Shades of Golden Brown #927201
Tints of Golden Brown #927201
RGB
CMYK
RGB Variations
Color information
#927201 (or 0x927201) is known color: Golden Brown. HEX triplet: 92, 72 and 01. RGB value is (146,114,1). Sum of RGB (Red+Green+Blue) = 146+114+1=261 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.94% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 146 - color contains mainly: red. Hex color #927201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927201 is #6D8DFE. Grayscale: #6F6F6F. Windows color (decimal): -7179775 or 94866. OLE color: 94866.
HSL color Cylindrical-coordinate representation of color #927201: hue angle of 46.76º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #927201 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 114 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.43 |
| HSL | 46.76º | 0.99% | 0.29% | - |
| HSV(B) | 46.76º | 0.99% | 0.57% | - |
| XYZ | 17.88 | 18.15 | 2.59 | - |
| YUV | 110.69 | 66.1 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 114 | 1 | 0 | 0.22 | 0.99 | 0.43 | 46.76 | 0.99 | 0.29 |
| Hex | 92 | 72 | 1 | 0 | 16 | 63 | 2B | 2F | 63 | 1D |
| Octal | 222 | 162 | 1 | 0 | 26 | 143 | 53 | 57 | 143 | 35 |
| Binary | 10010010 | 1110010 | 1 | 0 | 10110 | 1100011 | 101011 | 101111 | 1100011 | 11101 |
Color Harmonies of #927201
Complementary color
Monochromatic Colors of #927201
Black with #927201
Text Example
Text Example
White with #927201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927201; }
p { color: rgb(146,114,1); }
H1.HeaderClassName
{
color: #927201;
}
.AnyTagClassName
{
color: #927201;
}
</style>
background-color css
<style>
a { background-color: #927201; }
a { background-color: rgb(146,114,1); }
div.DivClassName
{
background-color: #927201;
}
.BgClassName
{
background-color: #927201;
}
</style>
border-color css
<style>
span { border-color: #927201; }
span { border-color: rgb(146,114,1); }
td.TdClassName
{
border-color: #927201;
}
.TagClassName
{
border-color: #927201;
}
</style>