Shades of Golden Brown #945909
Tints of Golden Brown #945909
RGB
CMYK
RGB Variations
Color information
#945909 (or 0x945909) is known color: Golden Brown. HEX triplet: 94, 59 and 09. RGB value is (148,89,9). Sum of RGB (Red+Green+Blue) = 148+89+9=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #945909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945909 is #6BA6F6. Grayscale: #616161. Windows color (decimal): -7055095 or 612756. OLE color: 612756.
HSL color Cylindrical-coordinate representation of color #945909: hue angle of 34.53º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #945909 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 89 | 9 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.42 |
| HSL | 34.53º | 0.89% | 0.31% | - |
| HSV(B) | 34.53º | 0.94% | 0.58% | - |
| XYZ | 15.83 | 13.46 | 2.02 | - |
| YUV | 97.52 | 78.05 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 9 | 0 | 0.40 | 0.94 | 0.42 | 34.53 | 0.89 | 0.31 |
| Hex | 94 | 59 | 9 | 0 | 28 | 5E | 2A | 23 | 59 | 1F |
| Octal | 224 | 131 | 11 | 0 | 50 | 136 | 52 | 43 | 131 | 37 |
| Binary | 10010100 | 1011001 | 1001 | 0 | 101000 | 1011110 | 101010 | 100011 | 1011001 | 11111 |
Color Harmonies of #945909
Complementary color
Monochromatic Colors of #945909
Black with #945909
Text Example
Text Example
White with #945909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945909; }
p { color: rgb(148,89,9); }
H1.HeaderClassName
{
color: #945909;
}
.AnyTagClassName
{
color: #945909;
}
</style>
background-color css
<style>
a { background-color: #945909; }
a { background-color: rgb(148,89,9); }
div.DivClassName
{
background-color: #945909;
}
.BgClassName
{
background-color: #945909;
}
</style>
border-color css
<style>
span { border-color: #945909; }
span { border-color: rgb(148,89,9); }
td.TdClassName
{
border-color: #945909;
}
.TagClassName
{
border-color: #945909;
}
</style>