Shades of Afghan Tan #915B2A
Tints of Afghan Tan #915B2A
RGB
CMYK
RGB Variations
Color information
#915B2A (or 0x915B2A) is known color: Afghan Tan. HEX triplet: 91, 5B and 2A. RGB value is (145,91,42). Sum of RGB (Red+Green+Blue) = 145+91+42=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #915B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915B2A is #6EA4D5. Grayscale: #656565. Windows color (decimal): -7251158 or 2775953. OLE color: 2775953.
HSL color Cylindrical-coordinate representation of color #915B2A: hue angle of 28.54º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #915B2A is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 91 | 42 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.43 |
| HSL | 28.54º | 0.55% | 0.37% | - |
| HSV(B) | 28.54º | 0.71% | 0.57% | - |
| XYZ | 15.84 | 13.67 | 3.99 | - |
| YUV | 101.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 91 | 42 | 0 | 0.37 | 0.71 | 0.43 | 28.54 | 0.55 | 0.37 |
| Hex | 91 | 5B | 2A | 0 | 25 | 47 | 2B | 1D | 37 | 25 |
| Octal | 221 | 133 | 52 | 0 | 45 | 107 | 53 | 35 | 67 | 45 |
| Binary | 10010001 | 1011011 | 101010 | 0 | 100101 | 1000111 | 101011 | 11101 | 110111 | 100101 |
Color Harmonies of #915B2A
Complementary color
Monochromatic Colors of #915B2A
Black with #915B2A
Text Example
Text Example
White with #915B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915B2A; }
p { color: rgb(145,91,42); }
H1.HeaderClassName
{
color: #915B2A;
}
.AnyTagClassName
{
color: #915B2A;
}
</style>
background-color css
<style>
a { background-color: #915B2A; }
a { background-color: rgb(145,91,42); }
div.DivClassName
{
background-color: #915B2A;
}
.BgClassName
{
background-color: #915B2A;
}
</style>
border-color css
<style>
span { border-color: #915B2A; }
span { border-color: rgb(145,91,42); }
td.TdClassName
{
border-color: #915B2A;
}
.TagClassName
{
border-color: #915B2A;
}
</style>