Shades of Afghan Tan #915C25
Tints of Afghan Tan #915C25
RGB
CMYK
RGB Variations
Color information
#915C25 (or 0x915C25) is known color: Afghan Tan. HEX triplet: 91, 5C and 25. RGB value is (145,92,37). Sum of RGB (Red+Green+Blue) = 145+92+37=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #915C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915C25 is #6EA3DA. Grayscale: #656565. Windows color (decimal): -7250907 or 2448529. OLE color: 2448529.
HSL color Cylindrical-coordinate representation of color #915C25: hue angle of 30.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #915C25 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 92 | 37 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.43 |
| HSL | 30.56º | 0.59% | 0.36% | - |
| HSV(B) | 30.56º | 0.74% | 0.57% | - |
| XYZ | 15.84 | 13.81 | 3.58 | - |
| YUV | 101.58 | 91.56 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 92 | 37 | 0 | 0.37 | 0.74 | 0.43 | 30.56 | 0.59 | 0.36 |
| Hex | 91 | 5C | 25 | 0 | 25 | 4A | 2B | 1F | 3B | 24 |
| Octal | 221 | 134 | 45 | 0 | 45 | 112 | 53 | 37 | 73 | 44 |
| Binary | 10010001 | 1011100 | 100101 | 0 | 100101 | 1001010 | 101011 | 11111 | 111011 | 100100 |
Color Harmonies of #915C25
Complementary color
Monochromatic Colors of #915C25
Black with #915C25
Text Example
Text Example
White with #915C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915C25; }
p { color: rgb(145,92,37); }
H1.HeaderClassName
{
color: #915C25;
}
.AnyTagClassName
{
color: #915C25;
}
</style>
background-color css
<style>
a { background-color: #915C25; }
a { background-color: rgb(145,92,37); }
div.DivClassName
{
background-color: #915C25;
}
.BgClassName
{
background-color: #915C25;
}
</style>
border-color css
<style>
span { border-color: #915C25; }
span { border-color: rgb(145,92,37); }
td.TdClassName
{
border-color: #915C25;
}
.TagClassName
{
border-color: #915C25;
}
</style>