#8A291E

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

Shades of Burnt Umber #8A291E

Tints of Burnt Umber #8A291E

Color information

#8A291E (or 0x8A291E) is unknown color: approx Burnt Umber. HEX triplet: 8A, 29 and 1E. RGB value is (138,41,30). Sum of RGB (Red+Green+Blue) = 138+41+30=209 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.03% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 138 - color contains mainly: red. Hex color #8A291E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A291E is #75D6E1. Grayscale: #444444. Windows color (decimal): -7722722 or 1976714. OLE color: 1976714.

HSL color Cylindrical-coordinate representation of color #8A291E: hue angle of 6.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A291E is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB1384130-
CMYK00.700.780.46
HSL6.11º64.29%32.94%-
HSV(B)6.11º78.26%54.12%-
XYZ11.517.081.99-
YUV68.75106.14177.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 66.03%
GREEN value IS 41 (16.41% from 255) = 19.62%
BLUE value IS 30 (12.11% from 255) = 14.35%
R=66.03%
G=19.62%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138413000.700.780.466.1164.2932.94
Hex8A291E0464E2E64021
Octal2125136010611656610041
Binary10001010101001111100100011010011101011101101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A291E; }

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

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

<style>
 a { background-color: #8A291E; }

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

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

<style>
 span { border-color: #8A291E; }

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

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