Shades of Golden Brown #957403
Tints of Golden Brown #957403
RGB
CMYK
RGB Variations
Color information
#957403 (or 0x957403) is known color: Golden Brown. HEX triplet: 95, 74 and 03. RGB value is (149,116,3). Sum of RGB (Red+Green+Blue) = 149+116+3=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #957403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957403 is #6A8BFC. Grayscale: #717171. Windows color (decimal): -6982653 or 226453. OLE color: 226453.
HSL color Cylindrical-coordinate representation of color #957403: hue angle of 46.44º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #957403 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 116 | 3 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.42 |
| HSL | 46.44º | 0.96% | 0.3% | - |
| HSV(B) | 46.44º | 0.98% | 0.58% | - |
| XYZ | 18.66 | 18.89 | 2.75 | - |
| YUV | 112.99 | 65.93 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 116 | 3 | 0 | 0.22 | 0.98 | 0.42 | 46.44 | 0.96 | 0.3 |
| Hex | 95 | 74 | 3 | 0 | 16 | 62 | 2A | 2E | 60 | 1E |
| Octal | 225 | 164 | 3 | 0 | 26 | 142 | 52 | 56 | 140 | 36 |
| Binary | 10010101 | 1110100 | 11 | 0 | 10110 | 1100010 | 101010 | 101110 | 1100000 | 11110 |
Color Harmonies of #957403
Complementary color
Monochromatic Colors of #957403
Black with #957403
Text Example
Text Example
White with #957403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957403; }
p { color: rgb(149,116,3); }
H1.HeaderClassName
{
color: #957403;
}
.AnyTagClassName
{
color: #957403;
}
</style>
background-color css
<style>
a { background-color: #957403; }
a { background-color: rgb(149,116,3); }
div.DivClassName
{
background-color: #957403;
}
.BgClassName
{
background-color: #957403;
}
</style>
border-color css
<style>
span { border-color: #957403; }
span { border-color: rgb(149,116,3); }
td.TdClassName
{
border-color: #957403;
}
.TagClassName
{
border-color: #957403;
}
</style>