#812C15

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

Shades of Burnt Umber #812C15

Tints of Burnt Umber #812C15

Color information

#812C15 (or 0x812C15) is unknown color: approx Burnt Umber. HEX triplet: 81, 2C and 15. RGB value is (129,44,21). Sum of RGB (Red+Green+Blue) = 129+44+21=194 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.49% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 129 - color contains mainly: red. Hex color #812C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812C15 is #7ED3EA. Grayscale: #424242. Windows color (decimal): -8311787 or 1387649. OLE color: 1387649.

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

Color convert

RGB1294421-
CMYK00.660.840.49
HSL12.78º72%29.41%-
HSV(B)12.78º83.72%50.59%-
XYZ10.096.521.44-
YUV66.79102.16172.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 66.49%
GREEN value IS 44 (17.58% from 255) = 22.68%
BLUE value IS 21 (8.59% from 255) = 10.82%
R=66.49%
G=22.68%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129442100.660.840.4912.787229.41
Hex812C150425431d481d
Octal20154250102124611511035
Binary10000001101100101010100001010101001100011101100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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