#852E16

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

Shades of Burnt Umber #852E16

Tints of Burnt Umber #852E16

Color information

#852E16 (or 0x852E16) is unknown color: approx Burnt Umber. HEX triplet: 85, 2E and 16. RGB value is (133,46,22). Sum of RGB (Red+Green+Blue) = 133+46+22=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #852E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852E16 is #7AD1E9. Grayscale: #454545. Windows color (decimal): -8049130 or 1453701. OLE color: 1453701.

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

Color convert

RGB1334622-
CMYK00.650.830.48
HSL12.97º71.61%30.39%-
HSV(B)12.97º83.46%52.16%-
XYZ10.7971.54-
YUV69.28101.32173.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.17%
GREEN value IS 46 (18.36% from 255) = 22.89%
BLUE value IS 22 (8.98% from 255) = 10.95%
R=66.17%
G=22.89%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133462200.650.830.4812.9771.6130.39
Hex852E160415330d481e
Octal20556260101123601511036
Binary10000101101110101100100000110100111100001101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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