#812B0B

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

Shades of Burnt Umber #812B0B

Tints of Burnt Umber #812B0B

Color information

#812B0B (or 0x812B0B) is unknown color: approx Burnt Umber. HEX triplet: 81, 2B and 0B. RGB value is (129,43,11). Sum of RGB (Red+Green+Blue) = 129+43+11=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #812B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812B0B is #7ED4F4. Grayscale: #414141. Windows color (decimal): -8312053 or 732033. OLE color: 732033.

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

Color convert

RGB1294311-
CMYK00.670.910.49
HSL16.27º84.29%27.45%-
HSV(B)16.27º91.47%50.59%-
XYZ9.986.421.03-
YUV65.0797.49173.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 70.49%
GREEN value IS 43 (17.19% from 255) = 23.50%
BLUE value IS 11 (4.69% from 255) = 6.01%
R=70.49%
G=23.50%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129431100.670.910.4916.2784.2927.45
Hex812BB0435B3110541b
Octal20153130103133612012433
Binary10000001101011101101000011101101111000110000101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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