Shades of Afghan Tan #925C20
Tints of Afghan Tan #925C20
RGB
CMYK
RGB Variations
Color information
#925C20 (or 0x925C20) is known color: Afghan Tan. HEX triplet: 92, 5C and 20. RGB value is (146,92,32). Sum of RGB (Red+Green+Blue) = 146+92+32=270 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.07% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 146 - color contains mainly: red. Hex color #925C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925C20 is #6DA3DF. Grayscale: #656565. Windows color (decimal): -7185376 or 2120850. OLE color: 2120850.
HSL color Cylindrical-coordinate representation of color #925C20: hue angle of 31.58º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #925C20 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 92 | 32 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.43 |
| HSL | 31.58º | 0.64% | 0.35% | - |
| HSV(B) | 31.58º | 0.78% | 0.57% | - |
| XYZ | 15.94 | 13.87 | 3.2 | - |
| YUV | 101.31 | 88.89 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 32 | 0 | 0.37 | 0.78 | 0.43 | 31.58 | 0.64 | 0.35 |
| Hex | 92 | 5C | 20 | 0 | 25 | 4E | 2B | 20 | 40 | 23 |
| Octal | 222 | 134 | 40 | 0 | 45 | 116 | 53 | 40 | 100 | 43 |
| Binary | 10010010 | 1011100 | 100000 | 0 | 100101 | 1001110 | 101011 | 100000 | 1000000 | 100011 |
Color Harmonies of #925C20
Complementary color
Monochromatic Colors of #925C20
Black with #925C20
Text Example
Text Example
White with #925C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925C20; }
p { color: rgb(146,92,32); }
H1.HeaderClassName
{
color: #925C20;
}
.AnyTagClassName
{
color: #925C20;
}
</style>
background-color css
<style>
a { background-color: #925C20; }
a { background-color: rgb(146,92,32); }
div.DivClassName
{
background-color: #925C20;
}
.BgClassName
{
background-color: #925C20;
}
</style>
border-color css
<style>
span { border-color: #925C20; }
span { border-color: rgb(146,92,32); }
td.TdClassName
{
border-color: #925C20;
}
.TagClassName
{
border-color: #925C20;
}
</style>