#812C0F

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

Shades of Burnt Umber #812C0F

Tints of Burnt Umber #812C0F

Color information

#812C0F (or 0x812C0F) is unknown color: approx Burnt Umber. HEX triplet: 81, 2C and 0F. RGB value is (129,44,15). Sum of RGB (Red+Green+Blue) = 129+44+15=188 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.62% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 129 - color contains mainly: red. Hex color #812C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812C0F is #7ED3F0. Grayscale: #424242. Windows color (decimal): -8311793 or 994433. OLE color: 994433.

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

Color convert

RGB1294415-
CMYK00.660.880.49
HSL15.26º79.17%28.24%-
HSV(B)15.26º88.37%50.59%-
XYZ10.046.51.18-
YUV66.1199.16172.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.62%
GREEN value IS 44 (17.58% from 255) = 23.40%
BLUE value IS 15 (6.25% from 255) = 7.98%
R=68.62%
G=23.40%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129441500.660.880.4915.2679.1728.24
Hex812CF0425831f4f1c
Octal20154170102130611711734
Binary1000000110110011110100001010110001100011111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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