Shades of Afghan Tan #8B5B23
Tints of Afghan Tan #8B5B23
RGB
CMYK
RGB Variations
Color information
#8B5B23 (or 0x8B5B23) is known color: Afghan Tan. HEX triplet: 8B, 5B and 23. RGB value is (139,91,35). Sum of RGB (Red+Green+Blue) = 139+91+35=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5B23 is #74A4DC. Grayscale: #636363. Windows color (decimal): -7644381 or 2317195. OLE color: 2317195.
HSL color Cylindrical-coordinate representation of color #8B5B23: hue angle of 32.31º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B5B23 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 91 | 35 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.45 |
| HSL | 32.31º | 0.6% | 0.34% | - |
| HSV(B) | 32.31º | 0.75% | 0.55% | - |
| XYZ | 14.69 | 13.09 | 3.34 | - |
| YUV | 98.97 | 91.9 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 35 | 0 | 0.35 | 0.75 | 0.45 | 32.31 | 0.6 | 0.34 |
| Hex | 8B | 5B | 23 | 0 | 23 | 4B | 2D | 20 | 3C | 22 |
| Octal | 213 | 133 | 43 | 0 | 43 | 113 | 55 | 40 | 74 | 42 |
| Binary | 10001011 | 1011011 | 100011 | 0 | 100011 | 1001011 | 101101 | 100000 | 111100 | 100010 |
Color Harmonies of #8B5B23
Complementary color
Monochromatic Colors of #8B5B23
Black with #8B5B23
Text Example
Text Example
White with #8B5B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5B23; }
p { color: rgb(139,91,35); }
H1.HeaderClassName
{
color: #8B5B23;
}
.AnyTagClassName
{
color: #8B5B23;
}
</style>
background-color css
<style>
a { background-color: #8B5B23; }
a { background-color: rgb(139,91,35); }
div.DivClassName
{
background-color: #8B5B23;
}
.BgClassName
{
background-color: #8B5B23;
}
</style>
border-color css
<style>
span { border-color: #8B5B23; }
span { border-color: rgb(139,91,35); }
td.TdClassName
{
border-color: #8B5B23;
}
.TagClassName
{
border-color: #8B5B23;
}
</style>