#853316

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

Shades of Burnt Umber #853316

Tints of Burnt Umber #853316

Color information

#853316 (or 0x853316) is unknown color: approx Burnt Umber. HEX triplet: 85, 33 and 16. RGB value is (133,51,22). Sum of RGB (Red+Green+Blue) = 133+51+22=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #853316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853316 is #7ACCE9. Grayscale: #484848. Windows color (decimal): -8047850 or 1454981. OLE color: 1454981.

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

Color convert

RGB1335122-
CMYK00.620.830.48
HSL15.68º71.61%30.39%-
HSV(B)15.68º83.46%52.16%-
XYZ117.411.61-
YUV72.2199.67171.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.56%
GREEN value IS 51 (20.31% from 255) = 24.76%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=64.56%
G=24.76%
B=10.68%

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
Decimal133512200.620.830.4815.6871.6130.39
Hex85331603E533010481e
Octal2056326076123602011036
Binary10000101110011101100111110101001111000010000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853316; }

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

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

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

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

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

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

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

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