#8F482A

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

Shades of Alert Tan #8F482A

Tints of Alert Tan #8F482A

Color information

#8F482A (or 0x8F482A) is unknown color: approx Alert Tan. HEX triplet: 8F, 48 and 2A. RGB value is (143,72,42). Sum of RGB (Red+Green+Blue) = 143+72+42=257 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.64% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 143 - color contains mainly: red. Hex color #8F482A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F482A is #70B7D5. Grayscale: #5A5A5A. Windows color (decimal): -7387094 or 2771087. OLE color: 2771087.

HSL color Cylindrical-coordinate representation of color #8F482A: hue angle of 17.82º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F482A is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB1437242-
CMYK00.500.710.44
HSL17.82º54.59%36.27%-
HSV(B)17.82º70.63%56.08%-
XYZ14.0610.643.5-
YUV89.81101.02165.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55.64%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 42 (16.80% from 255) = 16.34%
R=55.64%
G=28.02%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143724200.500.710.4417.8254.5936.27
Hex8F482A032472C123724
Octal2171105206210754226744
Binary1000111110010001010100110010100011110110010010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,72,42); }

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

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

 a { background-color: rgb(143,72,42); }

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

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

 span { border-color: rgb(143,72,42); }

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