Shades of Golden Brown #957002
Tints of Golden Brown #957002
RGB
CMYK
RGB Variations
Color information
#957002 (or 0x957002) is known color: Golden Brown. HEX triplet: 95, 70 and 02. RGB value is (149,112,2). Sum of RGB (Red+Green+Blue) = 149+112+2=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #957002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957002 is #6A8FFD. Grayscale: #6F6F6F. Windows color (decimal): -6983678 or 159893. OLE color: 159893.
HSL color Cylindrical-coordinate representation of color #957002: hue angle of 44.9º 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 #957002 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 112 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.42 |
| HSL | 44.9º | 0.97% | 0.3% | - |
| HSV(B) | 44.9º | 0.99% | 0.58% | - |
| XYZ | 18.2 | 17.98 | 2.57 | - |
| YUV | 110.52 | 66.76 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 2 | 0 | 0.25 | 0.99 | 0.42 | 44.9 | 0.97 | 0.3 |
| Hex | 95 | 70 | 2 | 0 | 19 | 63 | 2A | 2D | 61 | 1E |
| Octal | 225 | 160 | 2 | 0 | 31 | 143 | 52 | 55 | 141 | 36 |
| Binary | 10010101 | 1110000 | 10 | 0 | 11001 | 1100011 | 101010 | 101101 | 1100001 | 11110 |
Color Harmonies of #957002
Complementary color
Monochromatic Colors of #957002
Black with #957002
Text Example
Text Example
White with #957002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957002; }
p { color: rgb(149,112,2); }
H1.HeaderClassName
{
color: #957002;
}
.AnyTagClassName
{
color: #957002;
}
</style>
background-color css
<style>
a { background-color: #957002; }
a { background-color: rgb(149,112,2); }
div.DivClassName
{
background-color: #957002;
}
.BgClassName
{
background-color: #957002;
}
</style>
border-color css
<style>
span { border-color: #957002; }
span { border-color: rgb(149,112,2); }
td.TdClassName
{
border-color: #957002;
}
.TagClassName
{
border-color: #957002;
}
</style>