#82580D

Color #82580D Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #82580D

Tints of Raw Umber #82580D

Color information

#82580D (or 0x82580D) is unknown color: approx Raw Umber. HEX triplet: 82, 58 and 0D. RGB value is (130,88,13). Sum of RGB (Red+Green+Blue) = 130+88+13=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #82580D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82580D is #7DA7F2. Grayscale: #5C5C5C. Windows color (decimal): -8234995 or 874626. OLE color: 874626.

HSL color Cylindrical-coordinate representation of color #82580D: hue angle of 38.46º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82580D is Cyan = 0, Magento = 0.32, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB1308813-
CMYK00.320.90.49
HSL38.46º81.82%28.04%-
HSV(B)38.46º90%50.98%-
XYZ12.7711.751.98-
YUV92.0183.41155.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 56.28%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 13 (5.47% from 255) = 5.63%
R=56.28%
G=38.10%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130881300.320.90.4938.4681.8228.04
Hex8258D0205A3126521c
Octal20213015040132614612234
Binary100000101011000110101000001011010110001100110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82580D; }

 p { color: rgb(130,88,13); }

 H1.HeaderClassName
 {
   color: #82580D;
 }
 .AnyTagClassName
 {
   color: #82580D;
 }
</style>
background-color css

<style>
 a { background-color: #82580D; }

 a { background-color: rgb(130,88,13); }

 div.DivClassName
 {
   background-color: #82580D;
 }
 .BgClassName
 {
   background-color: #82580D;
 }
</style>
border-color css

<style>
 span { border-color: #82580D; }

 span { border-color: rgb(130,88,13); }

 td.TdClassName
 {
   border-color: #82580D;
 }
 .TagClassName
 {
   border-color: #82580D;
 }
</style>