#853016

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

Shades of Burnt Umber #853016

Tints of Burnt Umber #853016

Color information

#853016 (or 0x853016) is unknown color: approx Burnt Umber. HEX triplet: 85, 30 and 16. RGB value is (133,48,22). Sum of RGB (Red+Green+Blue) = 133+48+22=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #853016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853016 is #7ACFE9. Grayscale: #464646. Windows color (decimal): -8048618 or 1454213. OLE color: 1454213.

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

Color convert

RGB1334822-
CMYK00.640.830.48
HSL14.05º71.61%30.39%-
HSV(B)14.05º83.46%52.16%-
XYZ10.877.161.57-
YUV70.45100.66172.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.52%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 22 (8.98% from 255) = 10.84%
R=65.52%
G=23.65%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133482200.640.830.4814.0571.6130.39
Hex8530160405330e481e
Octal20560260100123601611036
Binary10000101110000101100100000010100111100001110100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853016; }

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

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

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

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

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

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

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

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