Shades of Golden Brown #925805
Tints of Golden Brown #925805
RGB
CMYK
RGB Variations
Color information
#925805 (or 0x925805) is known color: Golden Brown. HEX triplet: 92, 58 and 05. RGB value is (146,88,5). Sum of RGB (Red+Green+Blue) = 146+88+5=239 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.09% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 146 - color contains mainly: red. Hex color #925805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925805 is #6DA7FA. Grayscale: #606060. Windows color (decimal): -7186427 or 350354. OLE color: 350354.
HSL color Cylindrical-coordinate representation of color #925805: hue angle of 35.32º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #925805 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 88 | 5 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.43 |
| HSL | 35.32º | 0.93% | 0.3% | - |
| HSV(B) | 35.32º | 0.97% | 0.57% | - |
| XYZ | 15.37 | 13.1 | 1.86 | - |
| YUV | 95.88 | 76.72 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 5 | 0 | 0.40 | 0.97 | 0.43 | 35.32 | 0.93 | 0.3 |
| Hex | 92 | 58 | 5 | 0 | 28 | 61 | 2B | 23 | 5D | 1E |
| Octal | 222 | 130 | 5 | 0 | 50 | 141 | 53 | 43 | 135 | 36 |
| Binary | 10010010 | 1011000 | 101 | 0 | 101000 | 1100001 | 101011 | 100011 | 1011101 | 11110 |
Color Harmonies of #925805
Complementary color
Monochromatic Colors of #925805
Black with #925805
Text Example
Text Example
White with #925805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925805; }
p { color: rgb(146,88,5); }
H1.HeaderClassName
{
color: #925805;
}
.AnyTagClassName
{
color: #925805;
}
</style>
background-color css
<style>
a { background-color: #925805; }
a { background-color: rgb(146,88,5); }
div.DivClassName
{
background-color: #925805;
}
.BgClassName
{
background-color: #925805;
}
</style>
border-color css
<style>
span { border-color: #925805; }
span { border-color: rgb(146,88,5); }
td.TdClassName
{
border-color: #925805;
}
.TagClassName
{
border-color: #925805;
}
</style>