Shades of Afghan Tan #925B28
Tints of Afghan Tan #925B28
RGB
CMYK
RGB Variations
Color information
#925B28 (or 0x925B28) is known color: Afghan Tan. HEX triplet: 92, 5B and 28. RGB value is (146,91,40). Sum of RGB (Red+Green+Blue) = 146+91+40=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #925B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925B28 is #6DA4D7. Grayscale: #656565. Windows color (decimal): -7185624 or 2644882. OLE color: 2644882.
HSL color Cylindrical-coordinate representation of color #925B28: hue angle of 28.87º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #925B28 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 91 | 40 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.43 |
| HSL | 28.87º | 0.57% | 0.36% | - |
| HSV(B) | 28.87º | 0.73% | 0.57% | - |
| XYZ | 15.98 | 13.75 | 3.82 | - |
| YUV | 101.63 | 93.22 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 40 | 0 | 0.38 | 0.73 | 0.43 | 28.87 | 0.57 | 0.36 |
| Hex | 92 | 5B | 28 | 0 | 26 | 49 | 2B | 1D | 39 | 24 |
| Octal | 222 | 133 | 50 | 0 | 46 | 111 | 53 | 35 | 71 | 44 |
| Binary | 10010010 | 1011011 | 101000 | 0 | 100110 | 1001001 | 101011 | 11101 | 111001 | 100100 |
Color Harmonies of #925B28
Complementary color
Monochromatic Colors of #925B28
Black with #925B28
Text Example
Text Example
White with #925B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925B28; }
p { color: rgb(146,91,40); }
H1.HeaderClassName
{
color: #925B28;
}
.AnyTagClassName
{
color: #925B28;
}
</style>
background-color css
<style>
a { background-color: #925B28; }
a { background-color: rgb(146,91,40); }
div.DivClassName
{
background-color: #925B28;
}
.BgClassName
{
background-color: #925B28;
}
</style>
border-color css
<style>
span { border-color: #925B28; }
span { border-color: rgb(146,91,40); }
td.TdClassName
{
border-color: #925B28;
}
.TagClassName
{
border-color: #925B28;
}
</style>