#824E06

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

Shades of Raw Umber #824E06

Tints of Raw Umber #824E06

Color information

#824E06 (or 0x824E06) is unknown color: approx Raw Umber. HEX triplet: 82, 4E and 06. RGB value is (130,78,6). Sum of RGB (Red+Green+Blue) = 130+78+6=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #824E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824E06 is #7DB1F9. Grayscale: #555555. Windows color (decimal): -8237562 or 413314. OLE color: 413314.

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

Color convert

RGB130786-
CMYK00.400.950.49
HSL34.84º91.18%26.67%-
HSV(B)34.84º95.38%50.98%-
XYZ11.9610.211.51-
YUV85.3483.23159.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.75%
GREEN value IS 78 (30.86% from 255) = 36.45%
BLUE value IS 6 (2.73% from 255) = 2.80%
R=60.75%
G=36.45%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13078600.400.950.4934.8491.1826.67
Hex824E60285F31235b1b
Octal2021166050137614313333
Binary10000010100111011001010001011111110001100011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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