#8D4A27

Color #8D4A27 Alert Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alert Tan #8D4A27

Tints of Alert Tan #8D4A27

Color information

#8D4A27 (or 0x8D4A27) is unknown color: approx Alert Tan. HEX triplet: 8D, 4A and 27. RGB value is (141,74,39). Sum of RGB (Red+Green+Blue) = 141+74+39=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4A27 is #72B5D8. Grayscale: #5A5A5A. Windows color (decimal): -7517657 or 2574989. OLE color: 2574989.

HSL color Cylindrical-coordinate representation of color #8D4A27: hue angle of 20.59º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D4A27 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB1417439-
CMYK00.480.720.45
HSL20.59º56.67%35.29%-
HSV(B)20.59º72.34%55.29%-
XYZ13.810.713.26-
YUV90.0499.2164.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.51%
GREEN value IS 74 (29.30% from 255) = 29.13%
BLUE value IS 39 (15.62% from 255) = 15.35%
R=55.51%
G=29.13%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141743900.480.720.4520.5956.6735.29
Hex8D4A27030482D153923
Octal2151124706011055257143
Binary1000110110010101001110110000100100010110110101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,74,39); }

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

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

 a { background-color: rgb(141,74,39); }

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

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

 span { border-color: rgb(141,74,39); }

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