Shades of Golden Brown #92740C
Tints of Golden Brown #92740C
RGB
CMYK
RGB Variations
Color information
#92740C (or 0x92740C) is known color: Golden Brown. HEX triplet: 92, 74 and 0C. RGB value is (146,116,12). Sum of RGB (Red+Green+Blue) = 146+116+12=274 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.28% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 146 - color contains mainly: red. Hex color #92740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92740C is #6D8BF3. Grayscale: #717171. Windows color (decimal): -7179252 or 816274. OLE color: 816274.
HSL color Cylindrical-coordinate representation of color #92740C: hue angle of 46.57º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92740C is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 116 | 12 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.43 |
| HSL | 46.57º | 0.85% | 0.31% | - |
| HSV(B) | 46.57º | 0.92% | 0.57% | - |
| XYZ | 18.17 | 18.63 | 2.99 | - |
| YUV | 113.11 | 70.94 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 116 | 12 | 0 | 0.21 | 0.92 | 0.43 | 46.57 | 0.85 | 0.31 |
| Hex | 92 | 74 | C | 0 | 15 | 5C | 2B | 2F | 55 | 1F |
| Octal | 222 | 164 | 14 | 0 | 25 | 134 | 53 | 57 | 125 | 37 |
| Binary | 10010010 | 1110100 | 1100 | 0 | 10101 | 1011100 | 101011 | 101111 | 1010101 | 11111 |
Color Harmonies of #92740C
Complementary color
Monochromatic Colors of #92740C
Black with #92740C
Text Example
Text Example
White with #92740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92740C; }
p { color: rgb(146,116,12); }
H1.HeaderClassName
{
color: #92740C;
}
.AnyTagClassName
{
color: #92740C;
}
</style>
background-color css
<style>
a { background-color: #92740C; }
a { background-color: rgb(146,116,12); }
div.DivClassName
{
background-color: #92740C;
}
.BgClassName
{
background-color: #92740C;
}
</style>
border-color css
<style>
span { border-color: #92740C; }
span { border-color: rgb(146,116,12); }
td.TdClassName
{
border-color: #92740C;
}
.TagClassName
{
border-color: #92740C;
}
</style>