Shades of Golden Brown #957501
Tints of Golden Brown #957501
RGB
CMYK
RGB Variations
Color information
#957501 (or 0x957501) is known color: Golden Brown. HEX triplet: 95, 75 and 01. RGB value is (149,117,1). Sum of RGB (Red+Green+Blue) = 149+117+1=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #957501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957501 is #6A8AFE. Grayscale: #717171. Windows color (decimal): -6982399 or 95637. OLE color: 95637.
HSL color Cylindrical-coordinate representation of color #957501: hue angle of 47.03º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #957501 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 117 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.42 |
| HSL | 47.03º | 0.99% | 0.29% | - |
| HSV(B) | 47.03º | 0.99% | 0.58% | - |
| XYZ | 18.76 | 19.11 | 2.73 | - |
| YUV | 113.34 | 64.6 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 1 | 0 | 0.21 | 0.99 | 0.42 | 47.03 | 0.99 | 0.29 |
| Hex | 95 | 75 | 1 | 0 | 15 | 63 | 2A | 2F | 63 | 1D |
| Octal | 225 | 165 | 1 | 0 | 25 | 143 | 52 | 57 | 143 | 35 |
| Binary | 10010101 | 1110101 | 1 | 0 | 10101 | 1100011 | 101010 | 101111 | 1100011 | 11101 |
Color Harmonies of #957501
Complementary color
Monochromatic Colors of #957501
Black with #957501
Text Example
Text Example
White with #957501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957501; }
p { color: rgb(149,117,1); }
H1.HeaderClassName
{
color: #957501;
}
.AnyTagClassName
{
color: #957501;
}
</style>
background-color css
<style>
a { background-color: #957501; }
a { background-color: rgb(149,117,1); }
div.DivClassName
{
background-color: #957501;
}
.BgClassName
{
background-color: #957501;
}
</style>
border-color css
<style>
span { border-color: #957501; }
span { border-color: rgb(149,117,1); }
td.TdClassName
{
border-color: #957501;
}
.TagClassName
{
border-color: #957501;
}
</style>