#853416

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

Shades of Burnt Umber #853416

Tints of Burnt Umber #853416

Color information

#853416 (or 0x853416) is unknown color: approx Burnt Umber. HEX triplet: 85, 34 and 16. RGB value is (133,52,22). Sum of RGB (Red+Green+Blue) = 133+52+22=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #853416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853416 is #7ACBE9. Grayscale: #494949. Windows color (decimal): -8047594 or 1455237. OLE color: 1455237.

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

Color convert

RGB1335222-
CMYK00.610.830.48
HSL16.22º71.61%30.39%-
HSV(B)16.22º83.46%52.16%-
XYZ11.057.51.62-
YUV72.899.34170.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.25%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 22 (8.98% from 255) = 10.63%
R=64.25%
G=25.12%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133522200.610.830.4816.2271.6130.39
Hex85341603D533010481e
Octal2056426075123602011036
Binary10000101110100101100111101101001111000010000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853416; }

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

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

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

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

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

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

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

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