#812811

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

Shades of Burnt Umber #812811

Tints of Burnt Umber #812811

Color information

#812811 (or 0x812811) is unknown color: approx Burnt Umber. HEX triplet: 81, 28 and 11. RGB value is (129,40,17). Sum of RGB (Red+Green+Blue) = 129+40+17=186 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.35% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 129 - color contains mainly: red. Hex color #812811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812811 is #7ED7EE. Grayscale: #404040. Windows color (decimal): -8312815 or 1124481. OLE color: 1124481.

HSL color Cylindrical-coordinate representation of color #812811: hue angle of 12.32º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #812811 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB1294017-
CMYK00.690.870.49
HSL12.32º76.71%28.63%-
HSV(B)12.32º86.82%50.59%-
XYZ9.916.231.21-
YUV63.99101.49174.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 69.35%
GREEN value IS 40 (16.02% from 255) = 21.51%
BLUE value IS 17 (7.03% from 255) = 9.14%
R=69.35%
G=21.51%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129401700.690.870.4912.3276.7128.63
Hex8128110455731c4d1d
Octal20150210105127611411535
Binary10000001101000100010100010110101111100011100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812811; }

 p { color: rgb(129,40,17); }

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

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

 a { background-color: rgb(129,40,17); }

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

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

 span { border-color: rgb(129,40,17); }

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