Shades of Afghan Tan #955E2B
Tints of Afghan Tan #955E2B
RGB
CMYK
RGB Variations
Color information
#955E2B (or 0x955E2B) is known color: Afghan Tan. HEX triplet: 95, 5E and 2B. RGB value is (149,94,43). Sum of RGB (Red+Green+Blue) = 149+94+43=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #955E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E2B is #6AA1D4. Grayscale: #686868. Windows color (decimal): -6988245 or 2842261. OLE color: 2842261.
HSL color Cylindrical-coordinate representation of color #955E2B: hue angle of 28.87º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #955E2B is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 94 | 43 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.42 |
| HSL | 28.87º | 0.55% | 0.38% | - |
| HSV(B) | 28.87º | 0.71% | 0.58% | - |
| XYZ | 16.83 | 14.57 | 4.21 | - |
| YUV | 104.63 | 93.22 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 43 | 0 | 0.37 | 0.71 | 0.42 | 28.87 | 0.55 | 0.38 |
| Hex | 95 | 5E | 2B | 0 | 25 | 47 | 2A | 1D | 37 | 26 |
| Octal | 225 | 136 | 53 | 0 | 45 | 107 | 52 | 35 | 67 | 46 |
| Binary | 10010101 | 1011110 | 101011 | 0 | 100101 | 1000111 | 101010 | 11101 | 110111 | 100110 |
Color Harmonies of #955E2B
Complementary color
Monochromatic Colors of #955E2B
Black with #955E2B
Text Example
Text Example
White with #955E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E2B; }
p { color: rgb(149,94,43); }
H1.HeaderClassName
{
color: #955E2B;
}
.AnyTagClassName
{
color: #955E2B;
}
</style>
background-color css
<style>
a { background-color: #955E2B; }
a { background-color: rgb(149,94,43); }
div.DivClassName
{
background-color: #955E2B;
}
.BgClassName
{
background-color: #955E2B;
}
</style>
border-color css
<style>
span { border-color: #955E2B; }
span { border-color: rgb(149,94,43); }
td.TdClassName
{
border-color: #955E2B;
}
.TagClassName
{
border-color: #955E2B;
}
</style>