#81290F

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

Shades of Burnt Umber #81290F

Tints of Burnt Umber #81290F

Color information

#81290F (or 0x81290F) is unknown color: approx Burnt Umber. HEX triplet: 81, 29 and 0F. RGB value is (129,41,15). Sum of RGB (Red+Green+Blue) = 129+41+15=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #81290F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81290F is #7ED6F0. Grayscale: #404040. Windows color (decimal): -8312561 or 993665. OLE color: 993665.

HSL color Cylindrical-coordinate representation of color #81290F: hue angle of 13.68º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81290F is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB1294115-
CMYK00.680.880.49
HSL13.68º79.17%28.24%-
HSV(B)13.68º88.37%50.59%-
XYZ9.936.291.14-
YUV64.35100.15174.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 69.73%
GREEN value IS 41 (16.41% from 255) = 22.16%
BLUE value IS 15 (6.25% from 255) = 8.11%
R=69.73%
G=22.16%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129411500.680.880.4913.6879.1728.24
Hex8129F0445831e4f1c
Octal20151170104130611611734
Binary1000000110100111110100010010110001100011110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81290F; }

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

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

<style>
 a { background-color: #81290F; }

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

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

<style>
 span { border-color: #81290F; }

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

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