#825D06

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

Shades of Raw Umber #825D06

Tints of Raw Umber #825D06

Color information

#825D06 (or 0x825D06) is unknown color: approx Raw Umber. HEX triplet: 82, 5D and 06. RGB value is (130,93,6). Sum of RGB (Red+Green+Blue) = 130+93+6=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #825D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825D06 is #7DA2F9. Grayscale: #5E5E5E. Windows color (decimal): -8233722 or 417154. OLE color: 417154.

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

Color convert

RGB130936-
CMYK00.280.950.49
HSL42.1º91.18%26.67%-
HSV(B)42.1º95.38%50.98%-
XYZ13.1512.591.91-
YUV94.1478.26153.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.77%
GREEN value IS 93 (36.72% from 255) = 40.61%
BLUE value IS 6 (2.73% from 255) = 2.62%
R=56.77%
G=40.61%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13093600.280.950.4942.191.1826.67
Hex825D601C5F312a5b1b
Octal2021356034137615213333
Binary1000001010111011100111001011111110001101010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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