Shades of Afghan Tan #93591B
Tints of Afghan Tan #93591B
RGB
CMYK
RGB Variations
Color information
#93591B (or 0x93591B) is known color: Afghan Tan. HEX triplet: 93, 59 and 1B. RGB value is (147,89,27). Sum of RGB (Red+Green+Blue) = 147+89+27=263 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.89% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 147 - color contains mainly: red. Hex color #93591B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93591B is #6CA6E4. Grayscale: #636363. Windows color (decimal): -7120613 or 1792403. OLE color: 1792403.
HSL color Cylindrical-coordinate representation of color #93591B: hue angle of 31º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93591B is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 89 | 27 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.42 |
| HSL | 31º | 0.69% | 0.34% | - |
| HSV(B) | 31º | 0.82% | 0.58% | - |
| XYZ | 15.8 | 13.43 | 2.8 | - |
| YUV | 99.27 | 87.22 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 27 | 0 | 0.39 | 0.82 | 0.42 | 31 | 0.69 | 0.34 |
| Hex | 93 | 59 | 1B | 0 | 27 | 52 | 2A | 1F | 45 | 22 |
| Octal | 223 | 131 | 33 | 0 | 47 | 122 | 52 | 37 | 105 | 42 |
| Binary | 10010011 | 1011001 | 11011 | 0 | 100111 | 1010010 | 101010 | 11111 | 1000101 | 100010 |
Color Harmonies of #93591B
Complementary color
Monochromatic Colors of #93591B
Black with #93591B
Text Example
Text Example
White with #93591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93591B; }
p { color: rgb(147,89,27); }
H1.HeaderClassName
{
color: #93591B;
}
.AnyTagClassName
{
color: #93591B;
}
</style>
background-color css
<style>
a { background-color: #93591B; }
a { background-color: rgb(147,89,27); }
div.DivClassName
{
background-color: #93591B;
}
.BgClassName
{
background-color: #93591B;
}
</style>
border-color css
<style>
span { border-color: #93591B; }
span { border-color: rgb(147,89,27); }
td.TdClassName
{
border-color: #93591B;
}
.TagClassName
{
border-color: #93591B;
}
</style>