Shades of Golden Brown #92580A
Tints of Golden Brown #92580A
RGB
CMYK
RGB Variations
Color information
#92580A (or 0x92580A) is known color: Golden Brown. HEX triplet: 92, 58 and 0A. RGB value is (146,88,10). Sum of RGB (Red+Green+Blue) = 146+88+10=244 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.84% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 146 - color contains mainly: red. Hex color #92580A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92580A is #6DA7F5. Grayscale: #606060. Windows color (decimal): -7186422 or 678034. OLE color: 678034.
HSL color Cylindrical-coordinate representation of color #92580A: hue angle of 34.41º 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 #92580A is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 88 | 10 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.43 |
| HSL | 34.41º | 0.87% | 0.31% | - |
| HSV(B) | 34.41º | 0.93% | 0.57% | - |
| XYZ | 15.4 | 13.11 | 2.01 | - |
| YUV | 96.45 | 79.22 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 10 | 0 | 0.40 | 0.93 | 0.43 | 34.41 | 0.87 | 0.31 |
| Hex | 92 | 58 | A | 0 | 28 | 5D | 2B | 22 | 57 | 1F |
| Octal | 222 | 130 | 12 | 0 | 50 | 135 | 53 | 42 | 127 | 37 |
| Binary | 10010010 | 1011000 | 1010 | 0 | 101000 | 1011101 | 101011 | 100010 | 1010111 | 11111 |
Color Harmonies of #92580A
Complementary color
Monochromatic Colors of #92580A
Black with #92580A
Text Example
Text Example
White with #92580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92580A; }
p { color: rgb(146,88,10); }
H1.HeaderClassName
{
color: #92580A;
}
.AnyTagClassName
{
color: #92580A;
}
</style>
background-color css
<style>
a { background-color: #92580A; }
a { background-color: rgb(146,88,10); }
div.DivClassName
{
background-color: #92580A;
}
.BgClassName
{
background-color: #92580A;
}
</style>
border-color css
<style>
span { border-color: #92580A; }
span { border-color: rgb(146,88,10); }
td.TdClassName
{
border-color: #92580A;
}
.TagClassName
{
border-color: #92580A;
}
</style>