Shades of Golden Brown #957407
Tints of Golden Brown #957407
RGB
CMYK
RGB Variations
Color information
#957407 (or 0x957407) is known color: Golden Brown. HEX triplet: 95, 74 and 07. RGB value is (149,116,7). Sum of RGB (Red+Green+Blue) = 149+116+7=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #957407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957407 is #6A8BF8. Grayscale: #717171. Windows color (decimal): -6982649 or 488597. OLE color: 488597.
HSL color Cylindrical-coordinate representation of color #957407: hue angle of 46.06º degrees, saturation: 0.91, 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 #957407 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 116 | 7 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.42 |
| HSL | 46.06º | 0.91% | 0.31% | - |
| HSV(B) | 46.06º | 0.95% | 0.58% | - |
| XYZ | 18.68 | 18.9 | 2.86 | - |
| YUV | 113.44 | 67.93 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 116 | 7 | 0 | 0.22 | 0.95 | 0.42 | 46.06 | 0.91 | 0.31 |
| Hex | 95 | 74 | 7 | 0 | 16 | 5F | 2A | 2E | 5B | 1F |
| Octal | 225 | 164 | 7 | 0 | 26 | 137 | 52 | 56 | 133 | 37 |
| Binary | 10010101 | 1110100 | 111 | 0 | 10110 | 1011111 | 101010 | 101110 | 1011011 | 11111 |
Color Harmonies of #957407
Complementary color
Monochromatic Colors of #957407
Black with #957407
Text Example
Text Example
White with #957407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957407; }
p { color: rgb(149,116,7); }
H1.HeaderClassName
{
color: #957407;
}
.AnyTagClassName
{
color: #957407;
}
</style>
background-color css
<style>
a { background-color: #957407; }
a { background-color: rgb(149,116,7); }
div.DivClassName
{
background-color: #957407;
}
.BgClassName
{
background-color: #957407;
}
</style>
border-color css
<style>
span { border-color: #957407; }
span { border-color: rgb(149,116,7); }
td.TdClassName
{
border-color: #957407;
}
.TagClassName
{
border-color: #957407;
}
</style>