Shades of Afghan Tan #915D1B
Tints of Afghan Tan #915D1B
RGB
CMYK
RGB Variations
Color information
#915D1B (or 0x915D1B) is known color: Afghan Tan. HEX triplet: 91, 5D and 1B. RGB value is (145,93,27). Sum of RGB (Red+Green+Blue) = 145+93+27=265 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.72% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 145 - color contains mainly: red. Hex color #915D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915D1B is #6EA2E4. Grayscale: #656565. Windows color (decimal): -7250661 or 1793425. OLE color: 1793425.
HSL color Cylindrical-coordinate representation of color #915D1B: hue angle of 33.56º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #915D1B is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 93 | 27 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.43 |
| HSL | 33.56º | 0.69% | 0.34% | - |
| HSV(B) | 33.56º | 0.81% | 0.57% | - |
| XYZ | 15.79 | 13.93 | 2.89 | - |
| YUV | 101.02 | 86.23 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 27 | 0 | 0.36 | 0.81 | 0.43 | 33.56 | 0.69 | 0.34 |
| Hex | 91 | 5D | 1B | 0 | 24 | 51 | 2B | 22 | 45 | 22 |
| Octal | 221 | 135 | 33 | 0 | 44 | 121 | 53 | 42 | 105 | 42 |
| Binary | 10010001 | 1011101 | 11011 | 0 | 100100 | 1010001 | 101011 | 100010 | 1000101 | 100010 |
Color Harmonies of #915D1B
Complementary color
Monochromatic Colors of #915D1B
Black with #915D1B
Text Example
Text Example
White with #915D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915D1B; }
p { color: rgb(145,93,27); }
H1.HeaderClassName
{
color: #915D1B;
}
.AnyTagClassName
{
color: #915D1B;
}
</style>
background-color css
<style>
a { background-color: #915D1B; }
a { background-color: rgb(145,93,27); }
div.DivClassName
{
background-color: #915D1B;
}
.BgClassName
{
background-color: #915D1B;
}
</style>
border-color css
<style>
span { border-color: #915D1B; }
span { border-color: rgb(145,93,27); }
td.TdClassName
{
border-color: #915D1B;
}
.TagClassName
{
border-color: #915D1B;
}
</style>