#813112

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

Shades of Burnt Umber #813112

Tints of Burnt Umber #813112

Color information

#813112 (or 0x813112) is unknown color: approx Burnt Umber. HEX triplet: 81, 31 and 12. RGB value is (129,49,18). Sum of RGB (Red+Green+Blue) = 129+49+18=196 (25% of max value = 765). Red value is 129 (50.78% from 255 or 65.82% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 129 - color contains mainly: red. Hex color #813112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813112 is #7ECEED. Grayscale: #454545. Windows color (decimal): -8310510 or 1192321. OLE color: 1192321.

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

Color convert

RGB1294918-
CMYK00.620.860.49
HSL16.76º75.51%28.82%-
HSV(B)16.76º86.05%50.59%-
XYZ10.266.911.36-
YUV69.3999170.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.82%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 18 (7.42% from 255) = 9.18%
R=65.82%
G=25%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129491800.620.860.4916.7675.5128.82
Hex81311203E5631114c1d
Octal2016122076126612111435
Binary10000001110001100100111110101011011000110001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813112; }

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

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

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

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

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

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

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

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