Shades of Afghan Tan #955B2B
Tints of Afghan Tan #955B2B
RGB
CMYK
RGB Variations
Color information
#955B2B (or 0x955B2B) is known color: Afghan Tan. HEX triplet: 95, 5B and 2B. RGB value is (149,91,43). Sum of RGB (Red+Green+Blue) = 149+91+43=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #955B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955B2B is #6AA4D4. Grayscale: #676767. Windows color (decimal): -6989013 or 2841493. OLE color: 2841493.
HSL color Cylindrical-coordinate representation of color #955B2B: hue angle of 27.17º 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 #955B2B is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 91 | 43 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.42 |
| HSL | 27.17º | 0.55% | 0.38% | - |
| HSV(B) | 27.17º | 0.71% | 0.58% | - |
| XYZ | 16.57 | 14.05 | 4.12 | - |
| YUV | 102.87 | 94.22 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 43 | 0 | 0.39 | 0.71 | 0.42 | 27.17 | 0.55 | 0.38 |
| Hex | 95 | 5B | 2B | 0 | 27 | 47 | 2A | 1B | 37 | 26 |
| Octal | 225 | 133 | 53 | 0 | 47 | 107 | 52 | 33 | 67 | 46 |
| Binary | 10010101 | 1011011 | 101011 | 0 | 100111 | 1000111 | 101010 | 11011 | 110111 | 100110 |
Color Harmonies of #955B2B
Complementary color
Monochromatic Colors of #955B2B
Black with #955B2B
Text Example
Text Example
White with #955B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955B2B; }
p { color: rgb(149,91,43); }
H1.HeaderClassName
{
color: #955B2B;
}
.AnyTagClassName
{
color: #955B2B;
}
</style>
background-color css
<style>
a { background-color: #955B2B; }
a { background-color: rgb(149,91,43); }
div.DivClassName
{
background-color: #955B2B;
}
.BgClassName
{
background-color: #955B2B;
}
</style>
border-color css
<style>
span { border-color: #955B2B; }
span { border-color: rgb(149,91,43); }
td.TdClassName
{
border-color: #955B2B;
}
.TagClassName
{
border-color: #955B2B;
}
</style>