#825210

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

Shades of Raw Umber #825210

Tints of Raw Umber #825210

Color information

#825210 (or 0x825210) is unknown color: approx Raw Umber. HEX triplet: 82, 52 and 10. RGB value is (130,82,16). Sum of RGB (Red+Green+Blue) = 130+82+16=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #825210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825210 is #7DADEF. Grayscale: #595959. Windows color (decimal): -8236528 or 1069698. OLE color: 1069698.

HSL color Cylindrical-coordinate representation of color #825210: hue angle of 34.74º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #825210 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB1308216-
CMYK00.370.880.49
HSL34.74º78.08%28.63%-
HSV(B)34.74º87.69%50.98%-
XYZ12.3210.821.93-
YUV88.8386.9157.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.02%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 16 (6.64% from 255) = 7.02%
R=57.02%
G=35.96%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130821600.370.880.4934.7478.0828.63
Hex8252100255831234e1d
Octal20212220045130614311635
Binary1000001010100101000001001011011000110001100011100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825210; }

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

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

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

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

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

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

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

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