#825A09

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

Shades of Raw Umber #825A09

Tints of Raw Umber #825A09

Color information

#825A09 (or 0x825A09) is unknown color: approx Raw Umber. HEX triplet: 82, 5A and 09. RGB value is (130,90,9). Sum of RGB (Red+Green+Blue) = 130+90+9=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #825A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825A09 is #7DA5F6. Grayscale: #5D5D5D. Windows color (decimal): -8234487 or 612994. OLE color: 612994.

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

Color convert

RGB130909-
CMYK00.310.930.49
HSL40.17º87.05%27.25%-
HSV(B)40.17º93.08%50.98%-
XYZ12.9112.081.91-
YUV92.7380.75154.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.77%
GREEN value IS 90 (35.55% from 255) = 39.30%
BLUE value IS 9 (3.91% from 255) = 3.93%
R=56.77%
G=39.30%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13090900.310.930.4940.1787.0527.25
Hex825A901F5D3128571b
Octal20213211037135615012733
Binary10000010101101010010111111011101110001101000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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