#824D06

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

Shades of Raw Umber #824D06

Tints of Raw Umber #824D06

Color information

#824D06 (or 0x824D06) is unknown color: approx Raw Umber. HEX triplet: 82, 4D and 06. RGB value is (130,77,6). Sum of RGB (Red+Green+Blue) = 130+77+6=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #824D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824D06 is #7DB2F9. Grayscale: #555555. Windows color (decimal): -8237818 or 413058. OLE color: 413058.

HSL color Cylindrical-coordinate representation of color #824D06: hue angle of 34.35º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #824D06 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB130776-
CMYK00.410.950.49
HSL34.35º91.18%26.67%-
HSV(B)34.35º95.38%50.98%-
XYZ11.8910.071.49-
YUV84.7583.56160.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.03%
GREEN value IS 77 (30.47% from 255) = 36.15%
BLUE value IS 6 (2.73% from 255) = 2.82%
R=61.03%
G=36.15%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13077600.410.950.4934.3591.1826.67
Hex824D60295F31225b1b
Octal2021156051137614213333
Binary10000010100110111001010011011111110001100010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824D06; }

 p { color: rgb(130,77,6); }

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

<style>
 a { background-color: #824D06; }

 a { background-color: rgb(130,77,6); }

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

<style>
 span { border-color: #824D06; }

 span { border-color: rgb(130,77,6); }

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