Shades of Afghan Tan #935C23
Tints of Afghan Tan #935C23
RGB
CMYK
RGB Variations
Color information
#935C23 (or 0x935C23) is known color: Afghan Tan. HEX triplet: 93, 5C and 23. RGB value is (147,92,35). Sum of RGB (Red+Green+Blue) = 147+92+35=274 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.65% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 147 - color contains mainly: red. Hex color #935C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935C23 is #6CA3DC. Grayscale: #666666. Windows color (decimal): -7119837 or 2317459. OLE color: 2317459.
HSL color Cylindrical-coordinate representation of color #935C23: hue angle of 30.54º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #935C23 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 35 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.42 |
| HSL | 30.54º | 0.62% | 0.36% | - |
| HSV(B) | 30.54º | 0.76% | 0.58% | - |
| XYZ | 16.16 | 13.98 | 3.44 | - |
| YUV | 101.95 | 90.22 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 35 | 0 | 0.37 | 0.76 | 0.42 | 30.54 | 0.62 | 0.36 |
| Hex | 93 | 5C | 23 | 0 | 25 | 4C | 2A | 1F | 3E | 24 |
| Octal | 223 | 134 | 43 | 0 | 45 | 114 | 52 | 37 | 76 | 44 |
| Binary | 10010011 | 1011100 | 100011 | 0 | 100101 | 1001100 | 101010 | 11111 | 111110 | 100100 |
Color Harmonies of #935C23
Complementary color
Monochromatic Colors of #935C23
Black with #935C23
Text Example
Text Example
White with #935C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C23; }
p { color: rgb(147,92,35); }
H1.HeaderClassName
{
color: #935C23;
}
.AnyTagClassName
{
color: #935C23;
}
</style>
background-color css
<style>
a { background-color: #935C23; }
a { background-color: rgb(147,92,35); }
div.DivClassName
{
background-color: #935C23;
}
.BgClassName
{
background-color: #935C23;
}
</style>
border-color css
<style>
span { border-color: #935C23; }
span { border-color: rgb(147,92,35); }
td.TdClassName
{
border-color: #935C23;
}
.TagClassName
{
border-color: #935C23;
}
</style>