Shades of Golden Brown #947511
Tints of Golden Brown #947511
RGB
CMYK
RGB Variations
Color information
#947511 (or 0x947511) is known color: Golden Brown. HEX triplet: 94, 75 and 11. RGB value is (148,117,17). Sum of RGB (Red+Green+Blue) = 148+117+17=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #947511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947511 is #6B8AEE. Grayscale: #737373. Windows color (decimal): -7047919 or 1144212. OLE color: 1144212.
HSL color Cylindrical-coordinate representation of color #947511: hue angle of 45.8º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #947511 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 117 | 17 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.42 |
| HSL | 45.8º | 0.79% | 0.32% | - |
| HSV(B) | 45.8º | 0.89% | 0.58% | - |
| XYZ | 18.68 | 19.06 | 3.22 | - |
| YUV | 114.87 | 72.77 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 17 | 0 | 0.21 | 0.89 | 0.42 | 45.8 | 0.79 | 0.32 |
| Hex | 94 | 75 | 11 | 0 | 15 | 59 | 2A | 2E | 4F | 20 |
| Octal | 224 | 165 | 21 | 0 | 25 | 131 | 52 | 56 | 117 | 40 |
| Binary | 10010100 | 1110101 | 10001 | 0 | 10101 | 1011001 | 101010 | 101110 | 1001111 | 100000 |
Color Harmonies of #947511
Complementary color
Monochromatic Colors of #947511
Black with #947511
Text Example
Text Example
White with #947511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947511; }
p { color: rgb(148,117,17); }
H1.HeaderClassName
{
color: #947511;
}
.AnyTagClassName
{
color: #947511;
}
</style>
background-color css
<style>
a { background-color: #947511; }
a { background-color: rgb(148,117,17); }
div.DivClassName
{
background-color: #947511;
}
.BgClassName
{
background-color: #947511;
}
</style>
border-color css
<style>
span { border-color: #947511; }
span { border-color: rgb(148,117,17); }
td.TdClassName
{
border-color: #947511;
}
.TagClassName
{
border-color: #947511;
}
</style>