#852C16

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

Shades of Burnt Umber #852C16

Tints of Burnt Umber #852C16

Color information

#852C16 (or 0x852C16) is unknown color: approx Burnt Umber. HEX triplet: 85, 2C and 16. RGB value is (133,44,22). Sum of RGB (Red+Green+Blue) = 133+44+22=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #852C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852C16 is #7AD3E9. Grayscale: #444444. Windows color (decimal): -8049642 or 1453189. OLE color: 1453189.

HSL color Cylindrical-coordinate representation of color #852C16: hue angle of 11.89º 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 #852C16 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB1334422-
CMYK00.670.830.48
HSL11.89º71.61%30.39%-
HSV(B)11.89º83.46%52.16%-
XYZ10.726.851.52-
YUV68.1101.99174.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.83%
GREEN value IS 44 (17.58% from 255) = 22.11%
BLUE value IS 22 (8.98% from 255) = 11.06%
R=66.83%
G=22.11%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133442200.670.830.4811.8971.6130.39
Hex852C160435330c481e
Octal20554260103123601411036
Binary10000101101100101100100001110100111100001100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852C16; }

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

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

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

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

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

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

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

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