Shades of Afghan Tan #955E22
Tints of Afghan Tan #955E22
RGB
CMYK
RGB Variations
Color information
#955E22 (or 0x955E22) is known color: Afghan Tan. HEX triplet: 95, 5E and 22. RGB value is (149,94,34). Sum of RGB (Red+Green+Blue) = 149+94+34=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #955E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E22 is #6AA1DD. Grayscale: #676767. Windows color (decimal): -6988254 or 2252437. OLE color: 2252437.
HSL color Cylindrical-coordinate representation of color #955E22: hue angle of 31.3º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #955E22 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 94 | 34 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.42 |
| HSL | 31.3º | 0.63% | 0.36% | - |
| HSV(B) | 31.3º | 0.77% | 0.58% | - |
| XYZ | 16.69 | 14.51 | 3.43 | - |
| YUV | 103.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 34 | 0 | 0.37 | 0.77 | 0.42 | 31.3 | 0.63 | 0.36 |
| Hex | 95 | 5E | 22 | 0 | 25 | 4D | 2A | 1F | 3F | 24 |
| Octal | 225 | 136 | 42 | 0 | 45 | 115 | 52 | 37 | 77 | 44 |
| Binary | 10010101 | 1011110 | 100010 | 0 | 100101 | 1001101 | 101010 | 11111 | 111111 | 100100 |
Color Harmonies of #955E22
Complementary color
Monochromatic Colors of #955E22
Black with #955E22
Text Example
Text Example
White with #955E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E22; }
p { color: rgb(149,94,34); }
H1.HeaderClassName
{
color: #955E22;
}
.AnyTagClassName
{
color: #955E22;
}
</style>
background-color css
<style>
a { background-color: #955E22; }
a { background-color: rgb(149,94,34); }
div.DivClassName
{
background-color: #955E22;
}
.BgClassName
{
background-color: #955E22;
}
</style>
border-color css
<style>
span { border-color: #955E22; }
span { border-color: rgb(149,94,34); }
td.TdClassName
{
border-color: #955E22;
}
.TagClassName
{
border-color: #955E22;
}
</style>