Shades of Afghan Tan #935C1C
Tints of Afghan Tan #935C1C
RGB
CMYK
RGB Variations
Color information
#935C1C (or 0x935C1C) is known color: Afghan Tan. HEX triplet: 93, 5C and 1C. RGB value is (147,92,28). Sum of RGB (Red+Green+Blue) = 147+92+28=267 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.06% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 147 - color contains mainly: red. Hex color #935C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935C1C is #6CA3E3. Grayscale: #656565. Windows color (decimal): -7119844 or 1858707. OLE color: 1858707.
HSL color Cylindrical-coordinate representation of color #935C1C: hue angle of 32.27º 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 #935C1C is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 28 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.42 |
| HSL | 32.27º | 0.68% | 0.34% | - |
| HSV(B) | 32.27º | 0.81% | 0.58% | - |
| XYZ | 16.07 | 13.94 | 2.94 | - |
| YUV | 101.15 | 86.72 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 28 | 0 | 0.37 | 0.81 | 0.42 | 32.27 | 0.68 | 0.34 |
| Hex | 93 | 5C | 1C | 0 | 25 | 51 | 2A | 20 | 44 | 22 |
| Octal | 223 | 134 | 34 | 0 | 45 | 121 | 52 | 40 | 104 | 42 |
| Binary | 10010011 | 1011100 | 11100 | 0 | 100101 | 1010001 | 101010 | 100000 | 1000100 | 100010 |
Color Harmonies of #935C1C
Complementary color
Monochromatic Colors of #935C1C
Black with #935C1C
Text Example
Text Example
White with #935C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C1C; }
p { color: rgb(147,92,28); }
H1.HeaderClassName
{
color: #935C1C;
}
.AnyTagClassName
{
color: #935C1C;
}
</style>
background-color css
<style>
a { background-color: #935C1C; }
a { background-color: rgb(147,92,28); }
div.DivClassName
{
background-color: #935C1C;
}
.BgClassName
{
background-color: #935C1C;
}
</style>
border-color css
<style>
span { border-color: #935C1C; }
span { border-color: rgb(147,92,28); }
td.TdClassName
{
border-color: #935C1C;
}
.TagClassName
{
border-color: #935C1C;
}
</style>