#8F482E

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

Shades of Alert Tan #8F482E

Tints of Alert Tan #8F482E

Color information

#8F482E (or 0x8F482E) is unknown color: approx Alert Tan. HEX triplet: 8F, 48 and 2E. RGB value is (143,72,46). Sum of RGB (Red+Green+Blue) = 143+72+46=261 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.79% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 143 - color contains mainly: red. Hex color #8F482E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F482E is #70B7D1. Grayscale: #5A5A5A. Windows color (decimal): -7387090 or 3033231. OLE color: 3033231.

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

Color convert

RGB1437246-
CMYK00.500.680.44
HSL16.08º51.32%37.06%-
HSV(B)16.08º67.83%56.08%-
XYZ14.1410.673.9-
YUV90.26103.02165.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 54.79%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=54.79%
G=27.59%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143724600.500.680.4416.0851.3237.06
Hex8F482E032442C103325
Octal2171105606210454206345
Binary1000111110010001011100110010100010010110010000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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