#8A291C

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

Shades of Burnt Umber #8A291C

Tints of Burnt Umber #8A291C

Color information

#8A291C (or 0x8A291C) is unknown color: approx Burnt Umber. HEX triplet: 8A, 29 and 1C. RGB value is (138,41,28). Sum of RGB (Red+Green+Blue) = 138+41+28=207 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.67% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 138 - color contains mainly: red. Hex color #8A291C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A291C is #75D6E3. Grayscale: #444444. Windows color (decimal): -7722724 or 1845642. OLE color: 1845642.

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

Color convert

RGB1384128-
CMYK00.700.800.46
HSL7.09º66.27%32.55%-
HSV(B)7.09º79.71%54.12%-
XYZ11.487.071.86-
YUV68.52105.14177.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 66.67%
GREEN value IS 41 (16.41% from 255) = 19.81%
BLUE value IS 28 (11.33% from 255) = 13.53%
R=66.67%
G=19.81%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138412800.700.800.467.0966.2732.55
Hex8A291C046502E74221
Octal2125134010612056710241
Binary10001010101001111000100011010100001011101111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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