#812C1F

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

Shades of Burnt Umber #812C1F

Tints of Burnt Umber #812C1F

Color information

#812C1F (or 0x812C1F) is unknown color: approx Burnt Umber. HEX triplet: 81, 2C and 1F. RGB value is (129,44,31). Sum of RGB (Red+Green+Blue) = 129+44+31=204 (27% of max value = 765). Red value is 129 (50.78% from 255 or 63.24% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 129 - color contains mainly: red. Hex color #812C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812C1F is #7ED3E0. Grayscale: #444444. Windows color (decimal): -8311777 or 2043009. OLE color: 2043009.

HSL color Cylindrical-coordinate representation of color #812C1F: hue angle of 7.96º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #812C1F is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB1294431-
CMYK00.660.760.49
HSL7.96º61.25%31.37%-
HSV(B)7.96º75.97%50.59%-
XYZ10.26.572.03-
YUV67.93107.16171.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 63.24%
GREEN value IS 44 (17.58% from 255) = 21.57%
BLUE value IS 31 (12.5% from 255) = 15.20%
R=63.24%
G=21.57%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129443100.660.760.497.9661.2531.37
Hex812C1F0424C3183d1f
Octal2015437010211461107537
Binary1000000110110011111010000101001100110001100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,44,31); }

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

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

 a { background-color: rgb(129,44,31); }

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

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

 span { border-color: rgb(129,44,31); }

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