Shades of Golden Brown #945F09
Tints of Golden Brown #945F09
RGB
CMYK
RGB Variations
Color information
#945F09 (or 0x945F09) is known color: Golden Brown. HEX triplet: 94, 5F and 09. RGB value is (148,95,9). Sum of RGB (Red+Green+Blue) = 148+95+9=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #945F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945F09 is #6BA0F6. Grayscale: #656565. Windows color (decimal): -7053559 or 614292. OLE color: 614292.
HSL color Cylindrical-coordinate representation of color #945F09: hue angle of 37.12º 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 #945F09 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 95 | 9 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.42 |
| HSL | 37.12º | 0.89% | 0.31% | - |
| HSV(B) | 37.12º | 0.94% | 0.58% | - |
| XYZ | 16.35 | 14.5 | 2.2 | - |
| YUV | 101.04 | 76.06 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 9 | 0 | 0.36 | 0.94 | 0.42 | 37.12 | 0.89 | 0.31 |
| Hex | 94 | 5F | 9 | 0 | 24 | 5E | 2A | 25 | 59 | 1F |
| Octal | 224 | 137 | 11 | 0 | 44 | 136 | 52 | 45 | 131 | 37 |
| Binary | 10010100 | 1011111 | 1001 | 0 | 100100 | 1011110 | 101010 | 100101 | 1011001 | 11111 |
Color Harmonies of #945F09
Complementary color
Monochromatic Colors of #945F09
Black with #945F09
Text Example
Text Example
White with #945F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945F09; }
p { color: rgb(148,95,9); }
H1.HeaderClassName
{
color: #945F09;
}
.AnyTagClassName
{
color: #945F09;
}
</style>
background-color css
<style>
a { background-color: #945F09; }
a { background-color: rgb(148,95,9); }
div.DivClassName
{
background-color: #945F09;
}
.BgClassName
{
background-color: #945F09;
}
</style>
border-color css
<style>
span { border-color: #945F09; }
span { border-color: rgb(148,95,9); }
td.TdClassName
{
border-color: #945F09;
}
.TagClassName
{
border-color: #945F09;
}
</style>