Shades of Afghan Tan #93521C
Tints of Afghan Tan #93521C
RGB
CMYK
RGB Variations
Color information
#93521C (or 0x93521C) is known color: Afghan Tan. HEX triplet: 93, 52 and 1C. RGB value is (147,82,28). Sum of RGB (Red+Green+Blue) = 147+82+28=257 (34% of max value = 765). Red value is 147 (57.81% from 255 or 57.20% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 147 - color contains mainly: red. Hex color #93521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93521C is #6CADE3. Grayscale: #5F5F5F. Windows color (decimal): -7122404 or 1856147. OLE color: 1856147.
HSL color Cylindrical-coordinate representation of color #93521C: hue angle of 27.23º 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 #93521C is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 82 | 28 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.42 |
| HSL | 27.23º | 0.68% | 0.34% | - |
| HSV(B) | 27.23º | 0.81% | 0.58% | - |
| XYZ | 15.26 | 12.32 | 2.67 | - |
| YUV | 95.28 | 90.03 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 28 | 0 | 0.44 | 0.81 | 0.42 | 27.23 | 0.68 | 0.34 |
| Hex | 93 | 52 | 1C | 0 | 2C | 51 | 2A | 1B | 44 | 22 |
| Octal | 223 | 122 | 34 | 0 | 54 | 121 | 52 | 33 | 104 | 42 |
| Binary | 10010011 | 1010010 | 11100 | 0 | 101100 | 1010001 | 101010 | 11011 | 1000100 | 100010 |
Color Harmonies of #93521C
Complementary color
Monochromatic Colors of #93521C
Black with #93521C
Text Example
Text Example
White with #93521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93521C; }
p { color: rgb(147,82,28); }
H1.HeaderClassName
{
color: #93521C;
}
.AnyTagClassName
{
color: #93521C;
}
</style>
background-color css
<style>
a { background-color: #93521C; }
a { background-color: rgb(147,82,28); }
div.DivClassName
{
background-color: #93521C;
}
.BgClassName
{
background-color: #93521C;
}
</style>
border-color css
<style>
span { border-color: #93521C; }
span { border-color: rgb(147,82,28); }
td.TdClassName
{
border-color: #93521C;
}
.TagClassName
{
border-color: #93521C;
}
</style>