Shades of Golden Brown #915914
Tints of Golden Brown #915914
RGB
CMYK
RGB Variations
Color information
#915914 (or 0x915914) is known color: Golden Brown. HEX triplet: 91, 59 and 14. RGB value is (145,89,20). Sum of RGB (Red+Green+Blue) = 145+89+20=254 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.09% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 145 - color contains mainly: red. Hex color #915914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915914 is #6EA6EB. Grayscale: #626262. Windows color (decimal): -7251692 or 1333649. OLE color: 1333649.
HSL color Cylindrical-coordinate representation of color #915914: hue angle of 33.12º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #915914 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 89 | 20 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.43 |
| HSL | 33.12º | 0.76% | 0.32% | - |
| HSV(B) | 33.12º | 0.86% | 0.57% | - |
| XYZ | 15.38 | 13.22 | 2.4 | - |
| YUV | 97.88 | 84.05 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 20 | 0 | 0.39 | 0.86 | 0.43 | 33.12 | 0.76 | 0.32 |
| Hex | 91 | 59 | 14 | 0 | 27 | 56 | 2B | 21 | 4C | 20 |
| Octal | 221 | 131 | 24 | 0 | 47 | 126 | 53 | 41 | 114 | 40 |
| Binary | 10010001 | 1011001 | 10100 | 0 | 100111 | 1010110 | 101011 | 100001 | 1001100 | 100000 |
Color Harmonies of #915914
Complementary color
Monochromatic Colors of #915914
Black with #915914
Text Example
Text Example
White with #915914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915914; }
p { color: rgb(145,89,20); }
H1.HeaderClassName
{
color: #915914;
}
.AnyTagClassName
{
color: #915914;
}
</style>
background-color css
<style>
a { background-color: #915914; }
a { background-color: rgb(145,89,20); }
div.DivClassName
{
background-color: #915914;
}
.BgClassName
{
background-color: #915914;
}
</style>
border-color css
<style>
span { border-color: #915914; }
span { border-color: rgb(145,89,20); }
td.TdClassName
{
border-color: #915914;
}
.TagClassName
{
border-color: #915914;
}
</style>