#81281E

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

Shades of Burnt Umber #81281E

Tints of Burnt Umber #81281E

Color information

#81281E (or 0x81281E) is unknown color: approx Burnt Umber. HEX triplet: 81, 28 and 1E. RGB value is (129,40,30). Sum of RGB (Red+Green+Blue) = 129+40+30=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #81281E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81281E is #7ED7E1. Grayscale: #414141. Windows color (decimal): -8312802 or 1976449. OLE color: 1976449.

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

Color convert

RGB1294030-
CMYK00.690.770.49
HSL6.06º62.26%31.18%-
HSV(B)6.06º76.74%50.59%-
XYZ10.056.281.91-
YUV65.47107.99173.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.82%
GREEN value IS 40 (16.02% from 255) = 20.10%
BLUE value IS 30 (12.11% from 255) = 15.08%
R=64.82%
G=20.10%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129403000.690.770.496.0662.2631.18
Hex81281E0454D3163e1f
Octal201503601051156167637
Binary100000011010001111001000101100110111000111011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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