Shades of Afghan Tan #93592B
Tints of Afghan Tan #93592B
RGB
CMYK
RGB Variations
Color information
#93592B (or 0x93592B) is known color: Afghan Tan. HEX triplet: 93, 59 and 2B. RGB value is (147,89,43). Sum of RGB (Red+Green+Blue) = 147+89+43=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #93592B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93592B is #6CA6D4. Grayscale: #656565. Windows color (decimal): -7120597 or 2840979. OLE color: 2840979.
HSL color Cylindrical-coordinate representation of color #93592B: hue angle of 26.54º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93592B is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 89 | 43 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.42 |
| HSL | 26.54º | 0.55% | 0.37% | - |
| HSV(B) | 26.54º | 0.71% | 0.58% | - |
| XYZ | 16.04 | 13.52 | 4.05 | - |
| YUV | 101.1 | 95.22 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 43 | 0 | 0.39 | 0.71 | 0.42 | 26.54 | 0.55 | 0.37 |
| Hex | 93 | 59 | 2B | 0 | 27 | 47 | 2A | 1B | 37 | 25 |
| Octal | 223 | 131 | 53 | 0 | 47 | 107 | 52 | 33 | 67 | 45 |
| Binary | 10010011 | 1011001 | 101011 | 0 | 100111 | 1000111 | 101010 | 11011 | 110111 | 100101 |
Color Harmonies of #93592B
Complementary color
Monochromatic Colors of #93592B
Black with #93592B
Text Example
Text Example
White with #93592B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93592B; }
p { color: rgb(147,89,43); }
H1.HeaderClassName
{
color: #93592B;
}
.AnyTagClassName
{
color: #93592B;
}
</style>
background-color css
<style>
a { background-color: #93592B; }
a { background-color: rgb(147,89,43); }
div.DivClassName
{
background-color: #93592B;
}
.BgClassName
{
background-color: #93592B;
}
</style>
border-color css
<style>
span { border-color: #93592B; }
span { border-color: rgb(147,89,43); }
td.TdClassName
{
border-color: #93592B;
}
.TagClassName
{
border-color: #93592B;
}
</style>