Shades of Golden Brown #915E10
Tints of Golden Brown #915E10
RGB
CMYK
RGB Variations
Color information
#915E10 (or 0x915E10) is known color: Golden Brown. HEX triplet: 91, 5E and 10. RGB value is (145,94,16). Sum of RGB (Red+Green+Blue) = 145+94+16=255 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.86% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 145 - color contains mainly: red. Hex color #915E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915E10 is #6EA1EF. Grayscale: #646464. Windows color (decimal): -7250416 or 1072785. OLE color: 1072785.
HSL color Cylindrical-coordinate representation of color #915E10: hue angle of 36.28º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #915E10 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 16 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.43 |
| HSL | 36.28º | 0.8% | 0.32% | - |
| HSV(B) | 36.28º | 0.89% | 0.57% | - |
| XYZ | 15.77 | 14.06 | 2.37 | - |
| YUV | 100.36 | 80.4 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 16 | 0 | 0.35 | 0.89 | 0.43 | 36.28 | 0.8 | 0.32 |
| Hex | 91 | 5E | 10 | 0 | 23 | 59 | 2B | 24 | 50 | 20 |
| Octal | 221 | 136 | 20 | 0 | 43 | 131 | 53 | 44 | 120 | 40 |
| Binary | 10010001 | 1011110 | 10000 | 0 | 100011 | 1011001 | 101011 | 100100 | 1010000 | 100000 |
Color Harmonies of #915E10
Complementary color
Monochromatic Colors of #915E10
Black with #915E10
Text Example
Text Example
White with #915E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E10; }
p { color: rgb(145,94,16); }
H1.HeaderClassName
{
color: #915E10;
}
.AnyTagClassName
{
color: #915E10;
}
</style>
background-color css
<style>
a { background-color: #915E10; }
a { background-color: rgb(145,94,16); }
div.DivClassName
{
background-color: #915E10;
}
.BgClassName
{
background-color: #915E10;
}
</style>
border-color css
<style>
span { border-color: #915E10; }
span { border-color: rgb(145,94,16); }
td.TdClassName
{
border-color: #915E10;
}
.TagClassName
{
border-color: #915E10;
}
</style>