Shades of Golden Brown #947005
Tints of Golden Brown #947005
RGB
CMYK
RGB Variations
Color information
#947005 (or 0x947005) is known color: Golden Brown. HEX triplet: 94, 70 and 05. RGB value is (148,112,5). Sum of RGB (Red+Green+Blue) = 148+112+5=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #947005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947005 is #6B8FFA. Grayscale: #6F6F6F. Windows color (decimal): -7049211 or 356500. OLE color: 356500.
HSL color Cylindrical-coordinate representation of color #947005: hue angle of 44.9º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #947005 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 112 | 5 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.42 |
| HSL | 44.9º | 0.93% | 0.3% | - |
| HSV(B) | 44.9º | 0.97% | 0.58% | - |
| XYZ | 18.03 | 17.9 | 2.65 | - |
| YUV | 110.57 | 68.43 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 5 | 0 | 0.24 | 0.97 | 0.42 | 44.9 | 0.93 | 0.3 |
| Hex | 94 | 70 | 5 | 0 | 18 | 61 | 2A | 2D | 5D | 1E |
| Octal | 224 | 160 | 5 | 0 | 30 | 141 | 52 | 55 | 135 | 36 |
| Binary | 10010100 | 1110000 | 101 | 0 | 11000 | 1100001 | 101010 | 101101 | 1011101 | 11110 |
Color Harmonies of #947005
Complementary color
Monochromatic Colors of #947005
Black with #947005
Text Example
Text Example
White with #947005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947005; }
p { color: rgb(148,112,5); }
H1.HeaderClassName
{
color: #947005;
}
.AnyTagClassName
{
color: #947005;
}
</style>
background-color css
<style>
a { background-color: #947005; }
a { background-color: rgb(148,112,5); }
div.DivClassName
{
background-color: #947005;
}
.BgClassName
{
background-color: #947005;
}
</style>
border-color css
<style>
span { border-color: #947005; }
span { border-color: rgb(148,112,5); }
td.TdClassName
{
border-color: #947005;
}
.TagClassName
{
border-color: #947005;
}
</style>