#81291E

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

Shades of Burnt Umber #81291E

Tints of Burnt Umber #81291E

Color information

#81291E (or 0x81291E) is unknown color: approx Burnt Umber. HEX triplet: 81, 29 and 1E. RGB value is (129,41,30). Sum of RGB (Red+Green+Blue) = 129+41+30=200 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 129 - color contains mainly: red. Hex color #81291E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81291E is #7ED6E1. Grayscale: #424242. Windows color (decimal): -8312546 or 1976705. OLE color: 1976705.

HSL color Cylindrical-coordinate representation of color #81291E: hue angle of 6.67º 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 #81291E is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB1294130-
CMYK00.680.770.49
HSL6.67º62.26%31.18%-
HSV(B)6.67º76.74%50.59%-
XYZ10.086.351.92-
YUV66.06107.65172.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.5%
GREEN value IS 41 (16.41% from 255) = 20.5%
BLUE value IS 30 (12.11% from 255) = 15%
R=64.5%
G=20.5%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129413000.680.770.496.6762.2631.18
Hex81291E0444D3173e1f
Octal201513601041156177637
Binary100000011010011111001000100100110111000111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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