Shades of Afghan Tan #935E2B
Tints of Afghan Tan #935E2B
RGB
CMYK
RGB Variations
Color information
#935E2B (or 0x935E2B) is known color: Afghan Tan. HEX triplet: 93, 5E and 2B. RGB value is (147,94,43). Sum of RGB (Red+Green+Blue) = 147+94+43=284 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.76% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 147 - color contains mainly: red. Hex color #935E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935E2B is #6CA1D4. Grayscale: #686868. Windows color (decimal): -7119317 or 2842259. OLE color: 2842259.
HSL color Cylindrical-coordinate representation of color #935E2B: hue angle of 29.42º 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 #935E2B is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 94 | 43 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.42 |
| HSL | 29.42º | 0.55% | 0.37% | - |
| HSV(B) | 29.42º | 0.71% | 0.58% | - |
| XYZ | 16.47 | 14.38 | 4.19 | - |
| YUV | 104.03 | 93.56 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 43 | 0 | 0.36 | 0.71 | 0.42 | 29.42 | 0.55 | 0.37 |
| Hex | 93 | 5E | 2B | 0 | 24 | 47 | 2A | 1D | 37 | 25 |
| Octal | 223 | 136 | 53 | 0 | 44 | 107 | 52 | 35 | 67 | 45 |
| Binary | 10010011 | 1011110 | 101011 | 0 | 100100 | 1000111 | 101010 | 11101 | 110111 | 100101 |
Color Harmonies of #935E2B
Complementary color
Monochromatic Colors of #935E2B
Black with #935E2B
Text Example
Text Example
White with #935E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935E2B; }
p { color: rgb(147,94,43); }
H1.HeaderClassName
{
color: #935E2B;
}
.AnyTagClassName
{
color: #935E2B;
}
</style>
background-color css
<style>
a { background-color: #935E2B; }
a { background-color: rgb(147,94,43); }
div.DivClassName
{
background-color: #935E2B;
}
.BgClassName
{
background-color: #935E2B;
}
</style>
border-color css
<style>
span { border-color: #935E2B; }
span { border-color: rgb(147,94,43); }
td.TdClassName
{
border-color: #935E2B;
}
.TagClassName
{
border-color: #935E2B;
}
</style>