#81331A

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

Shades of Burnt Umber #81331A

Tints of Burnt Umber #81331A

Color information

#81331A (or 0x81331A) is unknown color: approx Burnt Umber. HEX triplet: 81, 33 and 1A. RGB value is (129,51,26). Sum of RGB (Red+Green+Blue) = 129+51+26=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #81331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81331A is #7ECCE5. Grayscale: #474747. Windows color (decimal): -8309990 or 1717121. OLE color: 1717121.

HSL color Cylindrical-coordinate representation of color #81331A: hue angle of 14.56º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #81331A is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB1295126-
CMYK00.600.800.49
HSL14.56º66.45%30.39%-
HSV(B)14.56º79.84%50.59%-
XYZ10.427.111.8-
YUV71.47102.34169.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.62%
GREEN value IS 51 (20.31% from 255) = 24.76%
BLUE value IS 26 (10.55% from 255) = 12.62%
R=62.62%
G=24.76%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129512600.600.800.4914.5666.4530.39
Hex81331A03C5031f421e
Octal2016332074120611710236
Binary1000000111001111010011110010100001100011111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81331A; }

 p { color: rgb(129,51,26); }

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

<style>
 a { background-color: #81331A; }

 a { background-color: rgb(129,51,26); }

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

<style>
 span { border-color: #81331A; }

 span { border-color: rgb(129,51,26); }

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