Shades of Golden Brown #92590A
Tints of Golden Brown #92590A
RGB
CMYK
RGB Variations
Color information
#92590A (or 0x92590A) is known color: Golden Brown. HEX triplet: 92, 59 and 0A. RGB value is (146,89,10). Sum of RGB (Red+Green+Blue) = 146+89+10=245 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.59% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 146 - color contains mainly: red. Hex color #92590A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92590A is #6DA6F5. Grayscale: #616161. Windows color (decimal): -7186166 or 678290. OLE color: 678290.
HSL color Cylindrical-coordinate representation of color #92590A: hue angle of 34.85º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #92590A is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 89 | 10 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.43 |
| HSL | 34.85º | 0.87% | 0.31% | - |
| HSV(B) | 34.85º | 0.93% | 0.57% | - |
| XYZ | 15.48 | 13.28 | 2.03 | - |
| YUV | 97.04 | 78.88 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 10 | 0 | 0.39 | 0.93 | 0.43 | 34.85 | 0.87 | 0.31 |
| Hex | 92 | 59 | A | 0 | 27 | 5D | 2B | 23 | 57 | 1F |
| Octal | 222 | 131 | 12 | 0 | 47 | 135 | 53 | 43 | 127 | 37 |
| Binary | 10010010 | 1011001 | 1010 | 0 | 100111 | 1011101 | 101011 | 100011 | 1010111 | 11111 |
Color Harmonies of #92590A
Complementary color
Monochromatic Colors of #92590A
Black with #92590A
Text Example
Text Example
White with #92590A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92590A; }
p { color: rgb(146,89,10); }
H1.HeaderClassName
{
color: #92590A;
}
.AnyTagClassName
{
color: #92590A;
}
</style>
background-color css
<style>
a { background-color: #92590A; }
a { background-color: rgb(146,89,10); }
div.DivClassName
{
background-color: #92590A;
}
.BgClassName
{
background-color: #92590A;
}
</style>
border-color css
<style>
span { border-color: #92590A; }
span { border-color: rgb(146,89,10); }
td.TdClassName
{
border-color: #92590A;
}
.TagClassName
{
border-color: #92590A;
}
</style>