#8D4926

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

Shades of Alert Tan #8D4926

Tints of Alert Tan #8D4926

Color information

#8D4926 (or 0x8D4926) is unknown color: approx Alert Tan. HEX triplet: 8D, 49 and 26. RGB value is (141,73,38). Sum of RGB (Red+Green+Blue) = 141+73+38=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4926 is #72B6D9. Grayscale: #595959. Windows color (decimal): -7517914 or 2509197. OLE color: 2509197.

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

Color convert

RGB1417338-
CMYK00.480.730.45
HSL20.39º57.54%35.1%-
HSV(B)20.39º73.05%55.29%-
XYZ13.7210.573.15-
YUV89.3499.03164.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.95%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 38 (15.23% from 255) = 15.08%
R=55.95%
G=28.97%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141733800.480.730.4520.3957.5435.1
Hex8D4926030492D143a23
Octal2151114606011155247243
Binary1000110110010011001100110000100100110110110100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,73,38); }

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

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

 a { background-color: rgb(141,73,38); }

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

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

 span { border-color: rgb(141,73,38); }

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