Shades of Afghan Tan #93561C
Tints of Afghan Tan #93561C
RGB
CMYK
RGB Variations
Color information
#93561C (or 0x93561C) is known color: Afghan Tan. HEX triplet: 93, 56 and 1C. RGB value is (147,86,28). Sum of RGB (Red+Green+Blue) = 147+86+28=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #93561C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93561C is #6CA9E3. Grayscale: #616161. Windows color (decimal): -7121380 or 1857171. OLE color: 1857171.
HSL color Cylindrical-coordinate representation of color #93561C: hue angle of 29.24º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #93561C is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 86 | 28 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.42 |
| HSL | 29.24º | 0.68% | 0.34% | - |
| HSV(B) | 29.24º | 0.81% | 0.58% | - |
| XYZ | 15.57 | 12.94 | 2.78 | - |
| YUV | 97.63 | 88.71 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 28 | 0 | 0.41 | 0.81 | 0.42 | 29.24 | 0.68 | 0.34 |
| Hex | 93 | 56 | 1C | 0 | 29 | 51 | 2A | 1D | 44 | 22 |
| Octal | 223 | 126 | 34 | 0 | 51 | 121 | 52 | 35 | 104 | 42 |
| Binary | 10010011 | 1010110 | 11100 | 0 | 101001 | 1010001 | 101010 | 11101 | 1000100 | 100010 |
Color Harmonies of #93561C
Complementary color
Monochromatic Colors of #93561C
Black with #93561C
Text Example
Text Example
White with #93561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93561C; }
p { color: rgb(147,86,28); }
H1.HeaderClassName
{
color: #93561C;
}
.AnyTagClassName
{
color: #93561C;
}
</style>
background-color css
<style>
a { background-color: #93561C; }
a { background-color: rgb(147,86,28); }
div.DivClassName
{
background-color: #93561C;
}
.BgClassName
{
background-color: #93561C;
}
</style>
border-color css
<style>
span { border-color: #93561C; }
span { border-color: rgb(147,86,28); }
td.TdClassName
{
border-color: #93561C;
}
.TagClassName
{
border-color: #93561C;
}
</style>