#825209

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

Shades of Raw Umber #825209

Tints of Raw Umber #825209

Color information

#825209 (or 0x825209) is unknown color: approx Raw Umber. HEX triplet: 82, 52 and 09. RGB value is (130,82,9). Sum of RGB (Red+Green+Blue) = 130+82+9=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #825209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825209 is #7DADF6. Grayscale: #585858. Windows color (decimal): -8236535 or 610946. OLE color: 610946.

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

Color convert

RGB130829-
CMYK00.370.930.49
HSL36.2º87.05%27.25%-
HSV(B)36.2º93.08%50.98%-
XYZ12.2710.81.7-
YUV88.0383.4157.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.82%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 9 (3.91% from 255) = 4.07%
R=58.82%
G=37.10%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13082900.370.930.4936.287.0527.25
Hex825290255D3124571b
Octal20212211045135614412733
Binary100000101010010100101001011011101110001100100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825209; }

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

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

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

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

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

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

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

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