Shades of Afghan Tan #92591C
Tints of Afghan Tan #92591C
RGB
CMYK
RGB Variations
Color information
#92591C (or 0x92591C) is known color: Afghan Tan. HEX triplet: 92, 59 and 1C. RGB value is (146,89,28). Sum of RGB (Red+Green+Blue) = 146+89+28=263 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.51% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 146 - color contains mainly: red. Hex color #92591C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92591C is #6DA6E3. Grayscale: #636363. Windows color (decimal): -7186148 or 1857938. OLE color: 1857938.
HSL color Cylindrical-coordinate representation of color #92591C: hue angle of 31.02º degrees, saturation: 0.68, 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 #92591C is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 89 | 28 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.43 |
| HSL | 31.02º | 0.68% | 0.34% | - |
| HSV(B) | 31.02º | 0.81% | 0.57% | - |
| XYZ | 15.64 | 13.34 | 2.85 | - |
| YUV | 99.09 | 87.88 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 28 | 0 | 0.39 | 0.81 | 0.43 | 31.02 | 0.68 | 0.34 |
| Hex | 92 | 59 | 1C | 0 | 27 | 51 | 2B | 1F | 44 | 22 |
| Octal | 222 | 131 | 34 | 0 | 47 | 121 | 53 | 37 | 104 | 42 |
| Binary | 10010010 | 1011001 | 11100 | 0 | 100111 | 1010001 | 101011 | 11111 | 1000100 | 100010 |
Color Harmonies of #92591C
Complementary color
Monochromatic Colors of #92591C
Black with #92591C
Text Example
Text Example
White with #92591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92591C; }
p { color: rgb(146,89,28); }
H1.HeaderClassName
{
color: #92591C;
}
.AnyTagClassName
{
color: #92591C;
}
</style>
background-color css
<style>
a { background-color: #92591C; }
a { background-color: rgb(146,89,28); }
div.DivClassName
{
background-color: #92591C;
}
.BgClassName
{
background-color: #92591C;
}
</style>
border-color css
<style>
span { border-color: #92591C; }
span { border-color: rgb(146,89,28); }
td.TdClassName
{
border-color: #92591C;
}
.TagClassName
{
border-color: #92591C;
}
</style>