#824C06

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

Shades of Raw Umber #824C06

Tints of Raw Umber #824C06

Color information

#824C06 (or 0x824C06) is unknown color: approx Raw Umber. HEX triplet: 82, 4C and 06. RGB value is (130,76,6). Sum of RGB (Red+Green+Blue) = 130+76+6=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #824C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824C06 is #7DB3F9. Grayscale: #545454. Windows color (decimal): -8238074 or 412802. OLE color: 412802.

HSL color Cylindrical-coordinate representation of color #824C06: hue angle of 33.87º 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 #824C06 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB130766-
CMYK00.420.950.49
HSL33.87º91.18%26.67%-
HSV(B)33.87º95.38%50.98%-
XYZ11.829.931.47-
YUV84.1783.89160.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.32%
GREEN value IS 76 (30.08% from 255) = 35.85%
BLUE value IS 6 (2.73% from 255) = 2.83%
R=61.32%
G=35.85%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13076600.420.950.4933.8791.1826.67
Hex824C602A5F31225b1b
Octal2021146052137614213333
Binary10000010100110011001010101011111110001100010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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