#812B21

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

Shades of Burnt Umber #812B21

Tints of Burnt Umber #812B21

Color information

#812B21 (or 0x812B21) is unknown color: approx Burnt Umber. HEX triplet: 81, 2B and 21. RGB value is (129,43,33). Sum of RGB (Red+Green+Blue) = 129+43+33=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #812B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812B21 is #7ED4DE. Grayscale: #434343. Windows color (decimal): -8312031 or 2173825. OLE color: 2173825.

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

Color convert

RGB1294333-
CMYK00.670.740.49
HSL6.25º59.26%31.76%-
HSV(B)6.25º74.42%50.59%-
XYZ10.196.52.16-
YUV67.57108.49171.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.93%
GREEN value IS 43 (17.19% from 255) = 20.98%
BLUE value IS 33 (13.28% from 255) = 16.10%
R=62.93%
G=20.98%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129433300.670.740.496.2559.2631.76
Hex812B210434A3163b20
Octal201534101031126167340
Binary10000001101011100001010000111001010110001110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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