Shades of Golden Brown #92700F
Tints of Golden Brown #92700F
RGB
CMYK
RGB Variations
Color information
#92700F (or 0x92700F) is known color: Golden Brown. HEX triplet: 92, 70 and 0F. RGB value is (146,112,15). Sum of RGB (Red+Green+Blue) = 146+112+15=273 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.48% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 146 - color contains mainly: red. Hex color #92700F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92700F is #6D8FF0. Grayscale: #6F6F6F. Windows color (decimal): -7180273 or 1011858. OLE color: 1011858.
HSL color Cylindrical-coordinate representation of color #92700F: hue angle of 44.43º 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 #92700F is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 112 | 15 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.43 |
| HSL | 44.43º | 0.81% | 0.32% | - |
| HSV(B) | 44.43º | 0.9% | 0.57% | - |
| XYZ | 17.73 | 17.73 | 2.94 | - |
| YUV | 111.11 | 73.76 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 112 | 15 | 0 | 0.23 | 0.90 | 0.43 | 44.43 | 0.81 | 0.32 |
| Hex | 92 | 70 | F | 0 | 17 | 5A | 2B | 2C | 51 | 20 |
| Octal | 222 | 160 | 17 | 0 | 27 | 132 | 53 | 54 | 121 | 40 |
| Binary | 10010010 | 1110000 | 1111 | 0 | 10111 | 1011010 | 101011 | 101100 | 1010001 | 100000 |
Color Harmonies of #92700F
Complementary color
Monochromatic Colors of #92700F
Black with #92700F
Text Example
Text Example
White with #92700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92700F; }
p { color: rgb(146,112,15); }
H1.HeaderClassName
{
color: #92700F;
}
.AnyTagClassName
{
color: #92700F;
}
</style>
background-color css
<style>
a { background-color: #92700F; }
a { background-color: rgb(146,112,15); }
div.DivClassName
{
background-color: #92700F;
}
.BgClassName
{
background-color: #92700F;
}
</style>
border-color css
<style>
span { border-color: #92700F; }
span { border-color: rgb(146,112,15); }
td.TdClassName
{
border-color: #92700F;
}
.TagClassName
{
border-color: #92700F;
}
</style>