#853216

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

Shades of Burnt Umber #853216

Tints of Burnt Umber #853216

Color information

#853216 (or 0x853216) is unknown color: approx Burnt Umber. HEX triplet: 85, 32 and 16. RGB value is (133,50,22). Sum of RGB (Red+Green+Blue) = 133+50+22=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #853216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853216 is #7ACDE9. Grayscale: #474747. Windows color (decimal): -8048106 or 1454725. OLE color: 1454725.

HSL color Cylindrical-coordinate representation of color #853216: hue angle of 15.14º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #853216 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB1335022-
CMYK00.620.830.48
HSL15.14º71.61%30.39%-
HSV(B)15.14º83.46%52.16%-
XYZ10.967.331.6-
YUV71.62100171.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.88%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 22 (8.98% from 255) = 10.73%
R=64.88%
G=24.39%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133502200.620.830.4815.1471.6130.39
Hex85321603E5330f481e
Octal2056226076123601711036
Binary1000010111001010110011111010100111100001111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853216; }

 p { color: rgb(133,50,22); }

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

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

 a { background-color: rgb(133,50,22); }

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

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

 span { border-color: rgb(133,50,22); }

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