Shades of Afghan Tan #92591F
Tints of Afghan Tan #92591F
RGB
CMYK
RGB Variations
Color information
#92591F (or 0x92591F) is known color: Afghan Tan. HEX triplet: 92, 59 and 1F. RGB value is (146,89,31). Sum of RGB (Red+Green+Blue) = 146+89+31=266 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.89% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 146 - color contains mainly: red. Hex color #92591F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92591F is #6DA6E0. Grayscale: #636363. Windows color (decimal): -7186145 or 2054546. OLE color: 2054546.
HSL color Cylindrical-coordinate representation of color #92591F: hue angle of 30.26º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #92591F is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 89 | 31 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.43 |
| HSL | 30.26º | 0.65% | 0.35% | - |
| HSV(B) | 30.26º | 0.79% | 0.57% | - |
| XYZ | 15.67 | 13.35 | 3.05 | - |
| YUV | 99.43 | 89.38 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 31 | 0 | 0.39 | 0.79 | 0.43 | 30.26 | 0.65 | 0.35 |
| Hex | 92 | 59 | 1F | 0 | 27 | 4F | 2B | 1E | 41 | 23 |
| Octal | 222 | 131 | 37 | 0 | 47 | 117 | 53 | 36 | 101 | 43 |
| Binary | 10010010 | 1011001 | 11111 | 0 | 100111 | 1001111 | 101011 | 11110 | 1000001 | 100011 |
Color Harmonies of #92591F
Complementary color
Monochromatic Colors of #92591F
Black with #92591F
Text Example
Text Example
White with #92591F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92591F; }
p { color: rgb(146,89,31); }
H1.HeaderClassName
{
color: #92591F;
}
.AnyTagClassName
{
color: #92591F;
}
</style>
background-color css
<style>
a { background-color: #92591F; }
a { background-color: rgb(146,89,31); }
div.DivClassName
{
background-color: #92591F;
}
.BgClassName
{
background-color: #92591F;
}
</style>
border-color css
<style>
span { border-color: #92591F; }
span { border-color: rgb(146,89,31); }
td.TdClassName
{
border-color: #92591F;
}
.TagClassName
{
border-color: #92591F;
}
</style>