Shades of Afghan Tan #935F2B
Tints of Afghan Tan #935F2B
RGB
CMYK
RGB Variations
Color information
#935F2B (or 0x935F2B) is known color: Afghan Tan. HEX triplet: 93, 5F and 2B. RGB value is (147,95,43). Sum of RGB (Red+Green+Blue) = 147+95+43=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #935F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935F2B is #6CA0D4. Grayscale: #686868. Windows color (decimal): -7119061 or 2842515. OLE color: 2842515.
HSL color Cylindrical-coordinate representation of color #935F2B: hue angle of 30º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #935F2B is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 95 | 43 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.42 |
| HSL | 30º | 0.55% | 0.37% | - |
| HSV(B) | 30º | 0.71% | 0.58% | - |
| XYZ | 16.56 | 14.56 | 4.22 | - |
| YUV | 104.62 | 93.23 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 43 | 0 | 0.35 | 0.71 | 0.42 | 30 | 0.55 | 0.37 |
| Hex | 93 | 5F | 2B | 0 | 23 | 47 | 2A | 1E | 37 | 25 |
| Octal | 223 | 137 | 53 | 0 | 43 | 107 | 52 | 36 | 67 | 45 |
| Binary | 10010011 | 1011111 | 101011 | 0 | 100011 | 1000111 | 101010 | 11110 | 110111 | 100101 |
Color Harmonies of #935F2B
Complementary color
Monochromatic Colors of #935F2B
Black with #935F2B
Text Example
Text Example
White with #935F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935F2B; }
p { color: rgb(147,95,43); }
H1.HeaderClassName
{
color: #935F2B;
}
.AnyTagClassName
{
color: #935F2B;
}
</style>
background-color css
<style>
a { background-color: #935F2B; }
a { background-color: rgb(147,95,43); }
div.DivClassName
{
background-color: #935F2B;
}
.BgClassName
{
background-color: #935F2B;
}
</style>
border-color css
<style>
span { border-color: #935F2B; }
span { border-color: rgb(147,95,43); }
td.TdClassName
{
border-color: #935F2B;
}
.TagClassName
{
border-color: #935F2B;
}
</style>