Shades of Afghan Tan #91581B
Tints of Afghan Tan #91581B
RGB
CMYK
RGB Variations
Color information
#91581B (or 0x91581B) is known color: Afghan Tan. HEX triplet: 91, 58 and 1B. RGB value is (145,88,27). Sum of RGB (Red+Green+Blue) = 145+88+27=260 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.77% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 145 - color contains mainly: red. Hex color #91581B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91581B is #6EA7E4. Grayscale: #626262. Windows color (decimal): -7251941 or 1792145. OLE color: 1792145.
HSL color Cylindrical-coordinate representation of color #91581B: hue angle of 31.02º 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 #91581B is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 88 | 27 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.43 |
| HSL | 31.02º | 0.69% | 0.34% | - |
| HSV(B) | 31.02º | 0.81% | 0.57% | - |
| XYZ | 15.36 | 13.08 | 2.75 | - |
| YUV | 98.09 | 87.88 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 27 | 0 | 0.39 | 0.81 | 0.43 | 31.02 | 0.69 | 0.34 |
| Hex | 91 | 58 | 1B | 0 | 27 | 51 | 2B | 1F | 45 | 22 |
| Octal | 221 | 130 | 33 | 0 | 47 | 121 | 53 | 37 | 105 | 42 |
| Binary | 10010001 | 1011000 | 11011 | 0 | 100111 | 1010001 | 101011 | 11111 | 1000101 | 100010 |
Color Harmonies of #91581B
Complementary color
Monochromatic Colors of #91581B
Black with #91581B
Text Example
Text Example
White with #91581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91581B; }
p { color: rgb(145,88,27); }
H1.HeaderClassName
{
color: #91581B;
}
.AnyTagClassName
{
color: #91581B;
}
</style>
background-color css
<style>
a { background-color: #91581B; }
a { background-color: rgb(145,88,27); }
div.DivClassName
{
background-color: #91581B;
}
.BgClassName
{
background-color: #91581B;
}
</style>
border-color css
<style>
span { border-color: #91581B; }
span { border-color: rgb(145,88,27); }
td.TdClassName
{
border-color: #91581B;
}
.TagClassName
{
border-color: #91581B;
}
</style>