#812E15

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

Shades of Burnt Umber #812E15

Tints of Burnt Umber #812E15

Color information

#812E15 (or 0x812E15) is unknown color: approx Burnt Umber. HEX triplet: 81, 2E and 15. RGB value is (129,46,21). Sum of RGB (Red+Green+Blue) = 129+46+21=196 (25% of max value = 765). Red value is 129 (50.78% from 255 or 65.82% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 129 - color contains mainly: red. Hex color #812E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812E15 is #7ED1EA. Grayscale: #444444. Windows color (decimal): -8311275 or 1388161. OLE color: 1388161.

HSL color Cylindrical-coordinate representation of color #812E15: hue angle of 13.89º 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 #812E15 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB1294621-
CMYK00.640.840.49
HSL13.89º72%29.41%-
HSV(B)13.89º83.72%50.59%-
XYZ10.176.681.46-
YUV67.97101.5171.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.82%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 21 (8.59% from 255) = 10.71%
R=65.82%
G=23.47%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129462100.640.840.4913.897229.41
Hex812E150405431e481d
Octal20156250100124611611035
Binary10000001101110101010100000010101001100011110100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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