#853116

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

Shades of Burnt Umber #853116

Tints of Burnt Umber #853116

Color information

#853116 (or 0x853116) is unknown color: approx Burnt Umber. HEX triplet: 85, 31 and 16. RGB value is (133,49,22). Sum of RGB (Red+Green+Blue) = 133+49+22=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #853116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853116 is #7ACEE9. Grayscale: #474747. Windows color (decimal): -8048362 or 1454469. OLE color: 1454469.

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

Color convert

RGB1334922-
CMYK00.630.830.48
HSL14.59º71.61%30.39%-
HSV(B)14.59º83.46%52.16%-
XYZ10.927.241.58-
YUV71.04100.33172.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.20%
GREEN value IS 49 (19.53% from 255) = 24.02%
BLUE value IS 22 (8.98% from 255) = 10.78%
R=65.20%
G=24.02%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133492200.630.830.4814.5971.6130.39
Hex85311603F5330f481e
Octal2056126077123601711036
Binary1000010111000110110011111110100111100001111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853116; }

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

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

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

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

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

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

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

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