Shades of Afghan Tan #95591E
Tints of Afghan Tan #95591E
RGB
CMYK
RGB Variations
Color information
#95591E (or 0x95591E) is known color: Afghan Tan. HEX triplet: 95, 59 and 1E. RGB value is (149,89,30). Sum of RGB (Red+Green+Blue) = 149+89+30=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #95591E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95591E is #6AA6E1. Grayscale: #646464. Windows color (decimal): -6989538 or 1989013. OLE color: 1989013.
HSL color Cylindrical-coordinate representation of color #95591E: hue angle of 29.75º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95591E is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 30 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.42 |
| HSL | 29.75º | 0.66% | 0.35% | - |
| HSV(B) | 29.75º | 0.8% | 0.58% | - |
| XYZ | 16.2 | 13.63 | 3 | - |
| YUV | 100.21 | 88.38 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 30 | 0 | 0.40 | 0.80 | 0.42 | 29.75 | 0.66 | 0.35 |
| Hex | 95 | 59 | 1E | 0 | 28 | 50 | 2A | 1E | 42 | 23 |
| Octal | 225 | 131 | 36 | 0 | 50 | 120 | 52 | 36 | 102 | 43 |
| Binary | 10010101 | 1011001 | 11110 | 0 | 101000 | 1010000 | 101010 | 11110 | 1000010 | 100011 |
Color Harmonies of #95591E
Complementary color
Monochromatic Colors of #95591E
Black with #95591E
Text Example
Text Example
White with #95591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95591E; }
p { color: rgb(149,89,30); }
H1.HeaderClassName
{
color: #95591E;
}
.AnyTagClassName
{
color: #95591E;
}
</style>
background-color css
<style>
a { background-color: #95591E; }
a { background-color: rgb(149,89,30); }
div.DivClassName
{
background-color: #95591E;
}
.BgClassName
{
background-color: #95591E;
}
</style>
border-color css
<style>
span { border-color: #95591E; }
span { border-color: rgb(149,89,30); }
td.TdClassName
{
border-color: #95591E;
}
.TagClassName
{
border-color: #95591E;
}
</style>