#8D4A2F

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

Shades of Alert Tan #8D4A2F

Tints of Alert Tan #8D4A2F

Color information

#8D4A2F (or 0x8D4A2F) is unknown color: approx Alert Tan. HEX triplet: 8D, 4A and 2F. RGB value is (141,74,47). Sum of RGB (Red+Green+Blue) = 141+74+47=262 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.82% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4A2F is #72B5D0. Grayscale: #5B5B5B. Windows color (decimal): -7517649 or 3099277. OLE color: 3099277.

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

Color convert

RGB1417447-
CMYK00.480.670.45
HSL17.23º50%36.86%-
HSV(B)17.23º66.67%55.29%-
XYZ13.9510.774.03-
YUV90.96103.2163.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.82%
GREEN value IS 74 (29.30% from 255) = 28.24%
BLUE value IS 47 (18.75% from 255) = 17.94%
R=53.82%
G=28.24%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141744700.480.670.4517.235036.86
Hex8D4A2F030432D113225
Octal2151125706010355216245
Binary1000110110010101011110110000100001110110110001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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