Shades of Golden Brown #915D17
Tints of Golden Brown #915D17
RGB
CMYK
RGB Variations
Color information
#915D17 (or 0x915D17) is known color: Golden Brown. HEX triplet: 91, 5D and 17. RGB value is (145,93,23). Sum of RGB (Red+Green+Blue) = 145+93+23=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #915D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915D17 is #6EA2E8. Grayscale: #646464. Windows color (decimal): -7250665 or 1531281. OLE color: 1531281.
HSL color Cylindrical-coordinate representation of color #915D17: hue angle of 34.43º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #915D17 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 93 | 23 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.43 |
| HSL | 34.43º | 0.73% | 0.33% | - |
| HSV(B) | 34.43º | 0.84% | 0.57% | - |
| XYZ | 15.75 | 13.91 | 2.67 | - |
| YUV | 100.57 | 84.23 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 23 | 0 | 0.36 | 0.84 | 0.43 | 34.43 | 0.73 | 0.33 |
| Hex | 91 | 5D | 17 | 0 | 24 | 54 | 2B | 22 | 49 | 21 |
| Octal | 221 | 135 | 27 | 0 | 44 | 124 | 53 | 42 | 111 | 41 |
| Binary | 10010001 | 1011101 | 10111 | 0 | 100100 | 1010100 | 101011 | 100010 | 1001001 | 100001 |
Color Harmonies of #915D17
Complementary color
Monochromatic Colors of #915D17
Black with #915D17
Text Example
Text Example
White with #915D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915D17; }
p { color: rgb(145,93,23); }
H1.HeaderClassName
{
color: #915D17;
}
.AnyTagClassName
{
color: #915D17;
}
</style>
background-color css
<style>
a { background-color: #915D17; }
a { background-color: rgb(145,93,23); }
div.DivClassName
{
background-color: #915D17;
}
.BgClassName
{
background-color: #915D17;
}
</style>
border-color css
<style>
span { border-color: #915D17; }
span { border-color: rgb(145,93,23); }
td.TdClassName
{
border-color: #915D17;
}
.TagClassName
{
border-color: #915D17;
}
</style>