Shades of Golden Brown #92700E
Tints of Golden Brown #92700E
RGB
CMYK
RGB Variations
Color information
#92700E (or 0x92700E) is known color: Golden Brown. HEX triplet: 92, 70 and 0E. RGB value is (146,112,14). Sum of RGB (Red+Green+Blue) = 146+112+14=272 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.68% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 146 - color contains mainly: red. Hex color #92700E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92700E is #6D8FF1. Grayscale: #6F6F6F. Windows color (decimal): -7180274 or 946322. OLE color: 946322.
HSL color Cylindrical-coordinate representation of color #92700E: hue angle of 44.55º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92700E is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 112 | 14 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.43 |
| HSL | 44.55º | 0.83% | 0.31% | - |
| HSV(B) | 44.55º | 0.9% | 0.57% | - |
| XYZ | 17.73 | 17.73 | 2.9 | - |
| YUV | 110.99 | 73.26 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 112 | 14 | 0 | 0.23 | 0.90 | 0.43 | 44.55 | 0.83 | 0.31 |
| Hex | 92 | 70 | E | 0 | 17 | 5A | 2B | 2D | 52 | 1F |
| Octal | 222 | 160 | 16 | 0 | 27 | 132 | 53 | 55 | 122 | 37 |
| Binary | 10010010 | 1110000 | 1110 | 0 | 10111 | 1011010 | 101011 | 101101 | 1010010 | 11111 |
Color Harmonies of #92700E
Complementary color
Monochromatic Colors of #92700E
Black with #92700E
Text Example
Text Example
White with #92700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92700E; }
p { color: rgb(146,112,14); }
H1.HeaderClassName
{
color: #92700E;
}
.AnyTagClassName
{
color: #92700E;
}
</style>
background-color css
<style>
a { background-color: #92700E; }
a { background-color: rgb(146,112,14); }
div.DivClassName
{
background-color: #92700E;
}
.BgClassName
{
background-color: #92700E;
}
</style>
border-color css
<style>
span { border-color: #92700E; }
span { border-color: rgb(146,112,14); }
td.TdClassName
{
border-color: #92700E;
}
.TagClassName
{
border-color: #92700E;
}
</style>