#825416

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

Shades of Raw Umber #825416

Tints of Raw Umber #825416

Color information

#825416 (or 0x825416) is unknown color: approx Raw Umber. HEX triplet: 82, 54 and 16. RGB value is (130,84,22). Sum of RGB (Red+Green+Blue) = 130+84+22=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #825416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825416 is #7DABE9. Grayscale: #5A5A5A. Windows color (decimal): -8236010 or 1463426. OLE color: 1463426.

HSL color Cylindrical-coordinate representation of color #825416: hue angle of 34.44º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #825416 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB1308422-
CMYK00.350.830.49
HSL34.44º71.05%29.8%-
HSV(B)34.44º83.08%50.98%-
XYZ12.5211.142.25-
YUV90.6989.24156.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.08%
GREEN value IS 84 (33.20% from 255) = 35.59%
BLUE value IS 22 (8.98% from 255) = 9.32%
R=55.08%
G=35.59%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130842200.350.830.4934.4471.0529.8
Hex825416023533122471e
Octal20212426043123614210736
Binary1000001010101001011001000111010011110001100010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825416; }

 p { color: rgb(130,84,22); }

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

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

 a { background-color: rgb(130,84,22); }

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

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

 span { border-color: rgb(130,84,22); }

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