Shades of Golden Brown #915C15
Tints of Golden Brown #915C15
RGB
CMYK
RGB Variations
Color information
#915C15 (or 0x915C15) is known color: Golden Brown. HEX triplet: 91, 5C and 15. RGB value is (145,92,21). Sum of RGB (Red+Green+Blue) = 145+92+21=258 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.20% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 145 - color contains mainly: red. Hex color #915C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915C15 is #6EA3EA. Grayscale: #646464. Windows color (decimal): -7250923 or 1399953. OLE color: 1399953.
HSL color Cylindrical-coordinate representation of color #915C15: hue angle of 34.35º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #915C15 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 92 | 21 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.43 |
| HSL | 34.35º | 0.75% | 0.33% | - |
| HSV(B) | 34.35º | 0.86% | 0.57% | - |
| XYZ | 15.64 | 13.73 | 2.53 | - |
| YUV | 99.75 | 83.56 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 92 | 21 | 0 | 0.37 | 0.86 | 0.43 | 34.35 | 0.75 | 0.33 |
| Hex | 91 | 5C | 15 | 0 | 25 | 56 | 2B | 22 | 4B | 21 |
| Octal | 221 | 134 | 25 | 0 | 45 | 126 | 53 | 42 | 113 | 41 |
| Binary | 10010001 | 1011100 | 10101 | 0 | 100101 | 1010110 | 101011 | 100010 | 1001011 | 100001 |
Color Harmonies of #915C15
Complementary color
Monochromatic Colors of #915C15
Black with #915C15
Text Example
Text Example
White with #915C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915C15; }
p { color: rgb(145,92,21); }
H1.HeaderClassName
{
color: #915C15;
}
.AnyTagClassName
{
color: #915C15;
}
</style>
background-color css
<style>
a { background-color: #915C15; }
a { background-color: rgb(145,92,21); }
div.DivClassName
{
background-color: #915C15;
}
.BgClassName
{
background-color: #915C15;
}
</style>
border-color css
<style>
span { border-color: #915C15; }
span { border-color: rgb(145,92,21); }
td.TdClassName
{
border-color: #915C15;
}
.TagClassName
{
border-color: #915C15;
}
</style>