#8A2B19

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

Shades of Burnt Umber #8A2B19

Tints of Burnt Umber #8A2B19

Color information

#8A2B19 (or 0x8A2B19) is unknown color: approx Burnt Umber. HEX triplet: 8A, 2B and 19. RGB value is (138,43,25). Sum of RGB (Red+Green+Blue) = 138+43+25=206 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.99% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2B19 is #75D4E6. Grayscale: #454545. Windows color (decimal): -7722215 or 1649546. OLE color: 1649546.

HSL color Cylindrical-coordinate representation of color #8A2B19: hue angle of 9.56º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A2B19 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB1384325-
CMYK00.690.820.46
HSL9.56º69.33%31.96%-
HSV(B)9.56º81.88%54.12%-
XYZ11.527.21.7-
YUV69.35102.97176.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 66.99%
GREEN value IS 43 (17.19% from 255) = 20.87%
BLUE value IS 25 (10.16% from 255) = 12.14%
R=66.99%
G=20.87%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138432500.690.820.469.5669.3331.96
Hex8A2B19045522Ea4520
Octal21253310105122561210540
Binary100010101010111100101000101101001010111010101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,43,25); }

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

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

 a { background-color: rgb(138,43,25); }

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

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

 span { border-color: rgb(138,43,25); }

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