Shades of Afghan Tan #935E22
Tints of Afghan Tan #935E22
RGB
CMYK
RGB Variations
Color information
#935E22 (or 0x935E22) is known color: Afghan Tan. HEX triplet: 93, 5E and 22. RGB value is (147,94,34). Sum of RGB (Red+Green+Blue) = 147+94+34=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #935E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935E22 is #6CA1DD. Grayscale: #676767. Windows color (decimal): -7119326 or 2252435. OLE color: 2252435.
HSL color Cylindrical-coordinate representation of color #935E22: hue angle of 31.86º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #935E22 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 94 | 34 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.42 |
| HSL | 31.86º | 0.62% | 0.35% | - |
| HSV(B) | 31.86º | 0.77% | 0.58% | - |
| XYZ | 16.32 | 14.32 | 3.42 | - |
| YUV | 103.01 | 89.06 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 34 | 0 | 0.36 | 0.77 | 0.42 | 31.86 | 0.62 | 0.35 |
| Hex | 93 | 5E | 22 | 0 | 24 | 4D | 2A | 20 | 3E | 23 |
| Octal | 223 | 136 | 42 | 0 | 44 | 115 | 52 | 40 | 76 | 43 |
| Binary | 10010011 | 1011110 | 100010 | 0 | 100100 | 1001101 | 101010 | 100000 | 111110 | 100011 |
Color Harmonies of #935E22
Complementary color
Monochromatic Colors of #935E22
Black with #935E22
Text Example
Text Example
White with #935E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935E22; }
p { color: rgb(147,94,34); }
H1.HeaderClassName
{
color: #935E22;
}
.AnyTagClassName
{
color: #935E22;
}
</style>
background-color css
<style>
a { background-color: #935E22; }
a { background-color: rgb(147,94,34); }
div.DivClassName
{
background-color: #935E22;
}
.BgClassName
{
background-color: #935E22;
}
</style>
border-color css
<style>
span { border-color: #935E22; }
span { border-color: rgb(147,94,34); }
td.TdClassName
{
border-color: #935E22;
}
.TagClassName
{
border-color: #935E22;
}
</style>