#8D4F2C

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

Shades of Alert Tan #8D4F2C

Tints of Alert Tan #8D4F2C

Color information

#8D4F2C (or 0x8D4F2C) is unknown color: approx Alert Tan. HEX triplet: 8D, 4F and 2C. RGB value is (141,79,44). Sum of RGB (Red+Green+Blue) = 141+79+44=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D4F2C is #72B0D3. Grayscale: #5D5D5D. Windows color (decimal): -7516372 or 2903949. OLE color: 2903949.

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

Color convert

RGB1417944-
CMYK00.440.690.45
HSL21.65º52.43%36.27%-
HSV(B)21.65º68.79%55.29%-
XYZ14.2411.443.84-
YUV93.55100.04161.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.41%
GREEN value IS 79 (31.25% from 255) = 29.92%
BLUE value IS 44 (17.58% from 255) = 16.67%
R=53.41%
G=29.92%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141794400.440.690.4521.6552.4336.27
Hex8D4F2C02C452D163424
Octal2151175405410555266444
Binary1000110110011111011000101100100010110110110110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,79,44); }

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

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

 a { background-color: rgb(141,79,44); }

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

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

 span { border-color: rgb(141,79,44); }

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