Shades of Golden Brown #957402
Tints of Golden Brown #957402
RGB
CMYK
RGB Variations
Color information
#957402 (or 0x957402) is known color: Golden Brown. HEX triplet: 95, 74 and 02. RGB value is (149,116,2). Sum of RGB (Red+Green+Blue) = 149+116+2=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #957402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957402 is #6A8BFD. Grayscale: #717171. Windows color (decimal): -6982654 or 160917. OLE color: 160917.
HSL color Cylindrical-coordinate representation of color #957402: hue angle of 46.53º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #957402 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 116 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.42 |
| HSL | 46.53º | 0.97% | 0.3% | - |
| HSV(B) | 46.53º | 0.99% | 0.58% | - |
| XYZ | 18.65 | 18.88 | 2.72 | - |
| YUV | 112.87 | 65.43 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 116 | 2 | 0 | 0.22 | 0.99 | 0.42 | 46.53 | 0.97 | 0.3 |
| Hex | 95 | 74 | 2 | 0 | 16 | 63 | 2A | 2F | 61 | 1E |
| Octal | 225 | 164 | 2 | 0 | 26 | 143 | 52 | 57 | 141 | 36 |
| Binary | 10010101 | 1110100 | 10 | 0 | 10110 | 1100011 | 101010 | 101111 | 1100001 | 11110 |
Color Harmonies of #957402
Complementary color
Monochromatic Colors of #957402
Black with #957402
Text Example
Text Example
White with #957402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957402; }
p { color: rgb(149,116,2); }
H1.HeaderClassName
{
color: #957402;
}
.AnyTagClassName
{
color: #957402;
}
</style>
background-color css
<style>
a { background-color: #957402; }
a { background-color: rgb(149,116,2); }
div.DivClassName
{
background-color: #957402;
}
.BgClassName
{
background-color: #957402;
}
</style>
border-color css
<style>
span { border-color: #957402; }
span { border-color: rgb(149,116,2); }
td.TdClassName
{
border-color: #957402;
}
.TagClassName
{
border-color: #957402;
}
</style>