Shades of Golden Brown #957201
Tints of Golden Brown #957201
RGB
CMYK
RGB Variations
Color information
#957201 (or 0x957201) is known color: Golden Brown. HEX triplet: 95, 72 and 01. RGB value is (149,114,1). Sum of RGB (Red+Green+Blue) = 149+114+1=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #957201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957201 is #6A8DFE. Grayscale: #707070. Windows color (decimal): -6983167 or 94869. OLE color: 94869.
HSL color Cylindrical-coordinate representation of color #957201: hue angle of 45.81º 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 #957201 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 114 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.42 |
| HSL | 45.81º | 0.99% | 0.29% | - |
| HSV(B) | 45.81º | 0.99% | 0.58% | - |
| XYZ | 18.42 | 18.43 | 2.61 | - |
| YUV | 111.58 | 65.6 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 1 | 0 | 0.23 | 0.99 | 0.42 | 45.81 | 0.99 | 0.29 |
| Hex | 95 | 72 | 1 | 0 | 17 | 63 | 2A | 2E | 63 | 1D |
| Octal | 225 | 162 | 1 | 0 | 27 | 143 | 52 | 56 | 143 | 35 |
| Binary | 10010101 | 1110010 | 1 | 0 | 10111 | 1100011 | 101010 | 101110 | 1100011 | 11101 |
Color Harmonies of #957201
Complementary color
Monochromatic Colors of #957201
Black with #957201
Text Example
Text Example
White with #957201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957201; }
p { color: rgb(149,114,1); }
H1.HeaderClassName
{
color: #957201;
}
.AnyTagClassName
{
color: #957201;
}
</style>
background-color css
<style>
a { background-color: #957201; }
a { background-color: rgb(149,114,1); }
div.DivClassName
{
background-color: #957201;
}
.BgClassName
{
background-color: #957201;
}
</style>
border-color css
<style>
span { border-color: #957201; }
span { border-color: rgb(149,114,1); }
td.TdClassName
{
border-color: #957201;
}
.TagClassName
{
border-color: #957201;
}
</style>