#802812

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

Shades of Burnt Umber #802812

Tints of Burnt Umber #802812

Color information

#802812 (or 0x802812) is unknown color: approx Burnt Umber. HEX triplet: 80, 28 and 12. RGB value is (128,40,18). Sum of RGB (Red+Green+Blue) = 128+40+18=186 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.82% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 128 - color contains mainly: red. Hex color #802812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802812 is #7FD7ED. Grayscale: #3F3F3F. Windows color (decimal): -8378350 or 1190016. OLE color: 1190016.

HSL color Cylindrical-coordinate representation of color #802812: hue angle of 12º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #802812 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB1284018-
CMYK00.690.860.50
HSL12º75.34%28.63%-
HSV(B)12º85.94%50.2%-
XYZ9.776.151.24-
YUV63.8102.15173.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 68.82%
GREEN value IS 40 (16.02% from 255) = 21.51%
BLUE value IS 18 (7.42% from 255) = 9.68%
R=68.82%
G=21.51%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128401800.690.860.501275.3428.63
Hex8028120455632c4b1d
Octal20050220105126621411335
Binary10000000101000100100100010110101101100101100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802812; }

 p { color: rgb(128,40,18); }

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

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

 a { background-color: rgb(128,40,18); }

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

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

 span { border-color: rgb(128,40,18); }

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