#81301E

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

Shades of Burnt Umber #81301E

Tints of Burnt Umber #81301E

Color information

#81301E (or 0x81301E) is unknown color: approx Burnt Umber. HEX triplet: 81, 30 and 1E. RGB value is (129,48,30). Sum of RGB (Red+Green+Blue) = 129+48+30=207 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.32% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 129 - color contains mainly: red. Hex color #81301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81301E is #7ECFE1. Grayscale: #464646. Windows color (decimal): -8310754 or 1978497. OLE color: 1978497.

HSL color Cylindrical-coordinate representation of color #81301E: hue angle of 10.91º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81301E is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB1294830-
CMYK00.630.770.49
HSL10.91º62.26%31.18%-
HSV(B)10.91º76.74%50.59%-
XYZ10.346.872.01-
YUV70.17105.34169.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.32%
GREEN value IS 48 (19.14% from 255) = 23.19%
BLUE value IS 30 (12.11% from 255) = 14.49%
R=62.32%
G=23.19%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129483000.630.770.4910.9162.2631.18
Hex81301E03F4D31b3e1f
Octal201603607711561137637
Binary100000011100001111001111111001101110001101111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81301E; }

 p { color: rgb(129,48,30); }

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

<style>
 a { background-color: #81301E; }

 a { background-color: rgb(129,48,30); }

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

<style>
 span { border-color: #81301E; }

 span { border-color: rgb(129,48,30); }

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