#8a2c25

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

Shades of Burnt Umber #8A2C25

Tints of Burnt Umber #8A2C25

Color information

#8A2C25 (or 0x8A2C25) is unknown color: approx Burnt Umber. HEX triplet: 8A, 2C and 25. RGB value is (138,44,37). Sum of RGB (Red+Green+Blue) = 138+44+37=219 (29% of max value = 765). Red value is 138 (54.30% from 255 or 63.01% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2C25 is #75D3DA. Grayscale: #474747. Windows color (decimal): -7721947 or 2436234. OLE color: 2436234.

HSL color Cylindrical-coordinate representation of color #8A2C25: hue angle of 4.16º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A2C25 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB1384437-
CMYK00.680.730.46
HSL4.16º57.71%34.31%-
HSV(B)4.16º73.19%54.12%-
XYZ11.727.342.55-
YUV71.31108.64175.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.01%
GREEN value IS 44 (17.58% from 255) = 20.09%
BLUE value IS 37 (14.84% from 255) = 16.89%
R=63.01%
G=20.09%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138443700.680.730.464.1657.7134.31
Hex8A2C25044492E43a22
Octal212544501041115647242
Binary10001010101100100101010001001001001101110100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a2c25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,44,37); }

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

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

 a { background-color: rgb(138,44,37); }

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

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

 span { border-color: rgb(138,44,37); }

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