Shades of Afghan Tan #935B20
Tints of Afghan Tan #935B20
RGB
CMYK
RGB Variations
Color information
#935B20 (or 0x935B20) is known color: Afghan Tan. HEX triplet: 93, 5B and 20. RGB value is (147,91,32). Sum of RGB (Red+Green+Blue) = 147+91+32=270 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.44% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 147 - color contains mainly: red. Hex color #935B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935B20 is #6CA4DF. Grayscale: #656565. Windows color (decimal): -7120096 or 2120595. OLE color: 2120595.
HSL color Cylindrical-coordinate representation of color #935B20: hue angle of 30.78º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #935B20 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 91 | 32 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.42 |
| HSL | 30.78º | 0.64% | 0.35% | - |
| HSV(B) | 30.78º | 0.78% | 0.58% | - |
| XYZ | 16.03 | 13.79 | 3.18 | - |
| YUV | 101.02 | 89.05 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 91 | 32 | 0 | 0.38 | 0.78 | 0.42 | 30.78 | 0.64 | 0.35 |
| Hex | 93 | 5B | 20 | 0 | 26 | 4E | 2A | 1F | 40 | 23 |
| Octal | 223 | 133 | 40 | 0 | 46 | 116 | 52 | 37 | 100 | 43 |
| Binary | 10010011 | 1011011 | 100000 | 0 | 100110 | 1001110 | 101010 | 11111 | 1000000 | 100011 |
Color Harmonies of #935B20
Complementary color
Monochromatic Colors of #935B20
Black with #935B20
Text Example
Text Example
White with #935B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935B20; }
p { color: rgb(147,91,32); }
H1.HeaderClassName
{
color: #935B20;
}
.AnyTagClassName
{
color: #935B20;
}
</style>
background-color css
<style>
a { background-color: #935B20; }
a { background-color: rgb(147,91,32); }
div.DivClassName
{
background-color: #935B20;
}
.BgClassName
{
background-color: #935B20;
}
</style>
border-color css
<style>
span { border-color: #935B20; }
span { border-color: rgb(147,91,32); }
td.TdClassName
{
border-color: #935B20;
}
.TagClassName
{
border-color: #935B20;
}
</style>