#853112

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

Shades of Burnt Umber #853112

Tints of Burnt Umber #853112

Color information

#853112 (or 0x853112) is unknown color: approx Burnt Umber. HEX triplet: 85, 31 and 12. RGB value is (133,49,18). Sum of RGB (Red+Green+Blue) = 133+49+18=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #853112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853112 is #7ACEED. Grayscale: #464646. Windows color (decimal): -8048366 or 1192325. OLE color: 1192325.

HSL color Cylindrical-coordinate representation of color #853112: hue angle of 16.17º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #853112 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1334918-
CMYK00.630.860.48
HSL16.17º76.16%29.61%-
HSV(B)16.17º86.47%52.16%-
XYZ10.887.231.39-
YUV70.5898.33172.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.5%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 18 (7.42% from 255) = 9%
R=66.5%
G=24.5%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133491800.630.860.4816.1776.1629.61
Hex85311203F5630104c1e
Octal2056122077126602011436
Binary10000101110001100100111111101011011000010000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853112; }

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

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

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

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

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

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

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

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