Shades of Afghan Tan #935C28
Tints of Afghan Tan #935C28
RGB
CMYK
RGB Variations
Color information
#935C28 (or 0x935C28) is known color: Afghan Tan. HEX triplet: 93, 5C and 28. RGB value is (147,92,40). Sum of RGB (Red+Green+Blue) = 147+92+40=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #935C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935C28 is #6CA3D7. Grayscale: #666666. Windows color (decimal): -7119832 or 2645139. OLE color: 2645139.
HSL color Cylindrical-coordinate representation of color #935C28: hue angle of 29.16º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #935C28 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 40 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.42 |
| HSL | 29.16º | 0.57% | 0.37% | - |
| HSV(B) | 29.16º | 0.73% | 0.58% | - |
| XYZ | 16.24 | 14.01 | 3.86 | - |
| YUV | 102.52 | 92.72 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 40 | 0 | 0.37 | 0.73 | 0.42 | 29.16 | 0.57 | 0.37 |
| Hex | 93 | 5C | 28 | 0 | 25 | 49 | 2A | 1D | 39 | 25 |
| Octal | 223 | 134 | 50 | 0 | 45 | 111 | 52 | 35 | 71 | 45 |
| Binary | 10010011 | 1011100 | 101000 | 0 | 100101 | 1001001 | 101010 | 11101 | 111001 | 100101 |
Color Harmonies of #935C28
Complementary color
Monochromatic Colors of #935C28
Black with #935C28
Text Example
Text Example
White with #935C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C28; }
p { color: rgb(147,92,40); }
H1.HeaderClassName
{
color: #935C28;
}
.AnyTagClassName
{
color: #935C28;
}
</style>
background-color css
<style>
a { background-color: #935C28; }
a { background-color: rgb(147,92,40); }
div.DivClassName
{
background-color: #935C28;
}
.BgClassName
{
background-color: #935C28;
}
</style>
border-color css
<style>
span { border-color: #935C28; }
span { border-color: rgb(147,92,40); }
td.TdClassName
{
border-color: #935C28;
}
.TagClassName
{
border-color: #935C28;
}
</style>