Shades of Golden Brown #92580F
Tints of Golden Brown #92580F
RGB
CMYK
RGB Variations
Color information
#92580F (or 0x92580F) is known color: Golden Brown. HEX triplet: 92, 58 and 0F. RGB value is (146,88,15). Sum of RGB (Red+Green+Blue) = 146+88+15=249 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.63% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 146 - color contains mainly: red. Hex color #92580F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92580F is #6DA7F0. Grayscale: #616161. Windows color (decimal): -7186417 or 1005714. OLE color: 1005714.
HSL color Cylindrical-coordinate representation of color #92580F: hue angle of 33.44º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92580F is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 88 | 15 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.43 |
| HSL | 33.44º | 0.81% | 0.32% | - |
| HSV(B) | 33.44º | 0.9% | 0.57% | - |
| XYZ | 15.43 | 13.12 | 2.17 | - |
| YUV | 97.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 15 | 0 | 0.40 | 0.90 | 0.43 | 33.44 | 0.81 | 0.32 |
| Hex | 92 | 58 | F | 0 | 28 | 5A | 2B | 21 | 51 | 20 |
| Octal | 222 | 130 | 17 | 0 | 50 | 132 | 53 | 41 | 121 | 40 |
| Binary | 10010010 | 1011000 | 1111 | 0 | 101000 | 1011010 | 101011 | 100001 | 1010001 | 100000 |
Color Harmonies of #92580F
Complementary color
Monochromatic Colors of #92580F
Black with #92580F
Text Example
Text Example
White with #92580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92580F; }
p { color: rgb(146,88,15); }
H1.HeaderClassName
{
color: #92580F;
}
.AnyTagClassName
{
color: #92580F;
}
</style>
background-color css
<style>
a { background-color: #92580F; }
a { background-color: rgb(146,88,15); }
div.DivClassName
{
background-color: #92580F;
}
.BgClassName
{
background-color: #92580F;
}
</style>
border-color css
<style>
span { border-color: #92580F; }
span { border-color: rgb(146,88,15); }
td.TdClassName
{
border-color: #92580F;
}
.TagClassName
{
border-color: #92580F;
}
</style>