#812B13

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

Shades of Burnt Umber #812B13

Tints of Burnt Umber #812B13

Color information

#812B13 (or 0x812B13) is unknown color: approx Burnt Umber. HEX triplet: 81, 2B and 13. RGB value is (129,43,19). Sum of RGB (Red+Green+Blue) = 129+43+19=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #812B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812B13 is #7ED4EC. Grayscale: #424242. Windows color (decimal): -8312045 or 1256321. OLE color: 1256321.

HSL color Cylindrical-coordinate representation of color #812B13: hue angle of 13.09º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #812B13 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1294319-
CMYK00.670.850.49
HSL13.09º74.32%29.02%-
HSV(B)13.09º85.27%50.59%-
XYZ10.036.441.33-
YUV65.98101.49172.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 67.54%
GREEN value IS 43 (17.19% from 255) = 22.51%
BLUE value IS 19 (7.81% from 255) = 9.95%
R=67.54%
G=22.51%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129431900.670.850.4913.0974.3229.02
Hex812B130435531d4a1d
Octal20153230103125611511235
Binary10000001101011100110100001110101011100011101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812B13; }

 p { color: rgb(129,43,19); }

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

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

 a { background-color: rgb(129,43,19); }

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

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

 span { border-color: rgb(129,43,19); }

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