Shades of Golden Brown #947508
Tints of Golden Brown #947508
RGB
CMYK
RGB Variations
Color information
#947508 (or 0x947508) is known color: Golden Brown. HEX triplet: 94, 75 and 08. RGB value is (148,117,8). Sum of RGB (Red+Green+Blue) = 148+117+8=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #947508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947508 is #6B8AF7. Grayscale: #727272. Windows color (decimal): -7047928 or 554388. OLE color: 554388.
HSL color Cylindrical-coordinate representation of color #947508: hue angle of 46.71º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #947508 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 117 | 8 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.42 |
| HSL | 46.71º | 0.9% | 0.31% | - |
| HSV(B) | 46.71º | 0.95% | 0.58% | - |
| XYZ | 18.62 | 19.04 | 2.92 | - |
| YUV | 113.84 | 68.27 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 8 | 0 | 0.21 | 0.95 | 0.42 | 46.71 | 0.9 | 0.31 |
| Hex | 94 | 75 | 8 | 0 | 15 | 5F | 2A | 2F | 5A | 1F |
| Octal | 224 | 165 | 10 | 0 | 25 | 137 | 52 | 57 | 132 | 37 |
| Binary | 10010100 | 1110101 | 1000 | 0 | 10101 | 1011111 | 101010 | 101111 | 1011010 | 11111 |
Color Harmonies of #947508
Complementary color
Monochromatic Colors of #947508
Black with #947508
Text Example
Text Example
White with #947508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947508; }
p { color: rgb(148,117,8); }
H1.HeaderClassName
{
color: #947508;
}
.AnyTagClassName
{
color: #947508;
}
</style>
background-color css
<style>
a { background-color: #947508; }
a { background-color: rgb(148,117,8); }
div.DivClassName
{
background-color: #947508;
}
.BgClassName
{
background-color: #947508;
}
</style>
border-color css
<style>
span { border-color: #947508; }
span { border-color: rgb(148,117,8); }
td.TdClassName
{
border-color: #947508;
}
.TagClassName
{
border-color: #947508;
}
</style>