Shades of Afghan Tan #955D29
Tints of Afghan Tan #955D29
RGB
CMYK
RGB Variations
Color information
#955D29 (or 0x955D29) is known color: Afghan Tan. HEX triplet: 95, 5D and 29. RGB value is (149,93,41). Sum of RGB (Red+Green+Blue) = 149+93+41=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #955D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955D29 is #6AA2D6. Grayscale: #686868. Windows color (decimal): -6988503 or 2710933. OLE color: 2710933.
HSL color Cylindrical-coordinate representation of color #955D29: hue angle of 28.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #955D29 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 41 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.42 |
| HSL | 28.89º | 0.57% | 0.37% | - |
| HSV(B) | 28.89º | 0.72% | 0.58% | - |
| XYZ | 16.71 | 14.38 | 3.99 | - |
| YUV | 103.82 | 92.55 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 41 | 0 | 0.38 | 0.72 | 0.42 | 28.89 | 0.57 | 0.37 |
| Hex | 95 | 5D | 29 | 0 | 26 | 48 | 2A | 1D | 39 | 25 |
| Octal | 225 | 135 | 51 | 0 | 46 | 110 | 52 | 35 | 71 | 45 |
| Binary | 10010101 | 1011101 | 101001 | 0 | 100110 | 1001000 | 101010 | 11101 | 111001 | 100101 |
Color Harmonies of #955D29
Complementary color
Monochromatic Colors of #955D29
Black with #955D29
Text Example
Text Example
White with #955D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D29; }
p { color: rgb(149,93,41); }
H1.HeaderClassName
{
color: #955D29;
}
.AnyTagClassName
{
color: #955D29;
}
</style>
background-color css
<style>
a { background-color: #955D29; }
a { background-color: rgb(149,93,41); }
div.DivClassName
{
background-color: #955D29;
}
.BgClassName
{
background-color: #955D29;
}
</style>
border-color css
<style>
span { border-color: #955D29; }
span { border-color: rgb(149,93,41); }
td.TdClassName
{
border-color: #955D29;
}
.TagClassName
{
border-color: #955D29;
}
</style>