#812C24

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

Shades of Burnt Umber #812C24

Tints of Burnt Umber #812C24

Color information

#812C24 (or 0x812C24) is unknown color: approx Burnt Umber. HEX triplet: 81, 2C and 24. RGB value is (129,44,36). Sum of RGB (Red+Green+Blue) = 129+44+36=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #812C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812C24 is #7ED3DB. Grayscale: #444444. Windows color (decimal): -8311772 or 2370689. OLE color: 2370689.

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

Color convert

RGB1294436-
CMYK00.660.720.49
HSL5.16º56.36%32.35%-
HSV(B)5.16º72.09%50.59%-
XYZ10.276.62.4-
YUV68.5109.66171.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.72%
GREEN value IS 44 (17.58% from 255) = 21.05%
BLUE value IS 36 (14.45% from 255) = 17.22%
R=61.72%
G=21.05%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129443600.660.720.495.1656.3632.35
Hex812C24042483153820
Octal201544401021106157040
Binary10000001101100100100010000101001000110001101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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