Shades of Golden Brown #915E15
Tints of Golden Brown #915E15
RGB
CMYK
RGB Variations
Color information
#915E15 (or 0x915E15) is known color: Golden Brown. HEX triplet: 91, 5E and 15. RGB value is (145,94,21). Sum of RGB (Red+Green+Blue) = 145+94+21=260 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.77% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 145 - color contains mainly: red. Hex color #915E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915E15 is #6EA1EA. Grayscale: #656565. Windows color (decimal): -7250411 or 1400465. OLE color: 1400465.
HSL color Cylindrical-coordinate representation of color #915E15: hue angle of 35.32º 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 #915E15 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 21 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.43 |
| HSL | 35.32º | 0.75% | 0.33% | - |
| HSV(B) | 35.32º | 0.86% | 0.57% | - |
| XYZ | 15.82 | 14.08 | 2.59 | - |
| YUV | 100.93 | 82.9 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 21 | 0 | 0.35 | 0.86 | 0.43 | 35.32 | 0.75 | 0.33 |
| Hex | 91 | 5E | 15 | 0 | 23 | 56 | 2B | 23 | 4B | 21 |
| Octal | 221 | 136 | 25 | 0 | 43 | 126 | 53 | 43 | 113 | 41 |
| Binary | 10010001 | 1011110 | 10101 | 0 | 100011 | 1010110 | 101011 | 100011 | 1001011 | 100001 |
Color Harmonies of #915E15
Complementary color
Monochromatic Colors of #915E15
Black with #915E15
Text Example
Text Example
White with #915E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E15; }
p { color: rgb(145,94,21); }
H1.HeaderClassName
{
color: #915E15;
}
.AnyTagClassName
{
color: #915E15;
}
</style>
background-color css
<style>
a { background-color: #915E15; }
a { background-color: rgb(145,94,21); }
div.DivClassName
{
background-color: #915E15;
}
.BgClassName
{
background-color: #915E15;
}
</style>
border-color css
<style>
span { border-color: #915E15; }
span { border-color: rgb(145,94,21); }
td.TdClassName
{
border-color: #915E15;
}
.TagClassName
{
border-color: #915E15;
}
</style>