#825C09

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

Shades of Raw Umber #825C09

Tints of Raw Umber #825C09

Color information

#825C09 (or 0x825C09) is unknown color: approx Raw Umber. HEX triplet: 82, 5C and 09. RGB value is (130,92,9). Sum of RGB (Red+Green+Blue) = 130+92+9=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #825C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825C09 is #7DA3F6. Grayscale: #5E5E5E. Windows color (decimal): -8233975 or 613506. OLE color: 613506.

HSL color Cylindrical-coordinate representation of color #825C09: hue angle of 41.16º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #825C09 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB130929-
CMYK00.290.930.49
HSL41.16º87.05%27.25%-
HSV(B)41.16º93.08%50.98%-
XYZ13.0812.421.97-
YUV93.980.09153.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.28%
GREEN value IS 92 (36.33% from 255) = 39.83%
BLUE value IS 9 (3.91% from 255) = 3.90%
R=56.28%
G=39.83%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13092900.290.930.4941.1687.0527.25
Hex825C901D5D3129571b
Octal20213411035135615112733
Binary10000010101110010010111011011101110001101001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,92,9); }

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

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

 a { background-color: rgb(130,92,9); }

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

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

 span { border-color: rgb(130,92,9); }

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