Shades of Golden Brown #957302
Tints of Golden Brown #957302
RGB
CMYK
RGB Variations
Color information
#957302 (or 0x957302) is known color: Golden Brown. HEX triplet: 95, 73 and 02. RGB value is (149,115,2). Sum of RGB (Red+Green+Blue) = 149+115+2=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #957302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957302 is #6A8CFD. Grayscale: #707070. Windows color (decimal): -6982910 or 160661. OLE color: 160661.
HSL color Cylindrical-coordinate representation of color #957302: hue angle of 46.12º 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 #957302 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 115 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.42 |
| HSL | 46.12º | 0.97% | 0.3% | - |
| HSV(B) | 46.12º | 0.99% | 0.58% | - |
| XYZ | 18.54 | 18.66 | 2.68 | - |
| YUV | 112.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 2 | 0 | 0.23 | 0.99 | 0.42 | 46.12 | 0.97 | 0.3 |
| Hex | 95 | 73 | 2 | 0 | 17 | 63 | 2A | 2E | 61 | 1E |
| Octal | 225 | 163 | 2 | 0 | 27 | 143 | 52 | 56 | 141 | 36 |
| Binary | 10010101 | 1110011 | 10 | 0 | 10111 | 1100011 | 101010 | 101110 | 1100001 | 11110 |
Color Harmonies of #957302
Complementary color
Monochromatic Colors of #957302
Black with #957302
Text Example
Text Example
White with #957302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957302; }
p { color: rgb(149,115,2); }
H1.HeaderClassName
{
color: #957302;
}
.AnyTagClassName
{
color: #957302;
}
</style>
background-color css
<style>
a { background-color: #957302; }
a { background-color: rgb(149,115,2); }
div.DivClassName
{
background-color: #957302;
}
.BgClassName
{
background-color: #957302;
}
</style>
border-color css
<style>
span { border-color: #957302; }
span { border-color: rgb(149,115,2); }
td.TdClassName
{
border-color: #957302;
}
.TagClassName
{
border-color: #957302;
}
</style>