Shades of Afghan Tan #9B5D27
Tints of Afghan Tan #9B5D27
RGB
CMYK
RGB Variations
Color information
#9B5D27 (or 0x9B5D27) is known color: Afghan Tan. HEX triplet: 9B, 5D and 27. RGB value is (155,93,39). Sum of RGB (Red+Green+Blue) = 155+93+39=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5D27 is #64A2D8. Grayscale: #696969. Windows color (decimal): -6595289 or 2579867. OLE color: 2579867.
HSL color Cylindrical-coordinate representation of color #9B5D27: hue angle of 27.93º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B5D27 is Cyan = 0, Magento = 0.4, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 93 | 39 | - |
| CMYK | 0 | 0.4 | 0.75 | 0.39 |
| HSL | 27.93º | 0.6% | 0.38% | - |
| HSV(B) | 27.93º | 0.75% | 0.61% | - |
| XYZ | 17.8 | 14.94 | 3.87 | - |
| YUV | 105.38 | 90.54 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 93 | 39 | 0 | 0.4 | 0.75 | 0.39 | 27.93 | 0.6 | 0.38 |
| Hex | 9B | 5D | 27 | 0 | 28 | 4B | 27 | 1C | 3C | 26 |
| Octal | 233 | 135 | 47 | 0 | 50 | 113 | 47 | 34 | 74 | 46 |
| Binary | 10011011 | 1011101 | 100111 | 0 | 101000 | 1001011 | 100111 | 11100 | 111100 | 100110 |
Color Harmonies of #9B5D27
Complementary color
Monochromatic Colors of #9B5D27
Black with #9B5D27
Text Example
Text Example
White with #9B5D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5D27; }
p { color: rgb(155,93,39); }
H1.HeaderClassName
{
color: #9B5D27;
}
.AnyTagClassName
{
color: #9B5D27;
}
</style>
background-color css
<style>
a { background-color: #9B5D27; }
a { background-color: rgb(155,93,39); }
div.DivClassName
{
background-color: #9B5D27;
}
.BgClassName
{
background-color: #9B5D27;
}
</style>
border-color css
<style>
span { border-color: #9B5D27; }
span { border-color: rgb(155,93,39); }
td.TdClassName
{
border-color: #9B5D27;
}
.TagClassName
{
border-color: #9B5D27;
}
</style>