Shades of Golden Brown #92590D
Tints of Golden Brown #92590D
RGB
CMYK
RGB Variations
Color information
#92590D (or 0x92590D) is known color: Golden Brown. HEX triplet: 92, 59 and 0D. RGB value is (146,89,13). Sum of RGB (Red+Green+Blue) = 146+89+13=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #92590D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92590D is #6DA6F2. Grayscale: #616161. Windows color (decimal): -7186163 or 874898. OLE color: 874898.
HSL color Cylindrical-coordinate representation of color #92590D: hue angle of 34.29º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92590D is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 89 | 13 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.43 |
| HSL | 34.29º | 0.84% | 0.31% | - |
| HSV(B) | 34.29º | 0.91% | 0.57% | - |
| XYZ | 15.5 | 13.28 | 2.13 | - |
| YUV | 97.38 | 80.38 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 13 | 0 | 0.39 | 0.91 | 0.43 | 34.29 | 0.84 | 0.31 |
| Hex | 92 | 59 | D | 0 | 27 | 5B | 2B | 22 | 54 | 1F |
| Octal | 222 | 131 | 15 | 0 | 47 | 133 | 53 | 42 | 124 | 37 |
| Binary | 10010010 | 1011001 | 1101 | 0 | 100111 | 1011011 | 101011 | 100010 | 1010100 | 11111 |
Color Harmonies of #92590D
Complementary color
Monochromatic Colors of #92590D
Black with #92590D
Text Example
Text Example
White with #92590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92590D; }
p { color: rgb(146,89,13); }
H1.HeaderClassName
{
color: #92590D;
}
.AnyTagClassName
{
color: #92590D;
}
</style>
background-color css
<style>
a { background-color: #92590D; }
a { background-color: rgb(146,89,13); }
div.DivClassName
{
background-color: #92590D;
}
.BgClassName
{
background-color: #92590D;
}
</style>
border-color css
<style>
span { border-color: #92590D; }
span { border-color: rgb(146,89,13); }
td.TdClassName
{
border-color: #92590D;
}
.TagClassName
{
border-color: #92590D;
}
</style>