Shades of Golden Brown #92740D
Tints of Golden Brown #92740D
RGB
CMYK
RGB Variations
Color information
#92740D (or 0x92740D) is known color: Golden Brown. HEX triplet: 92, 74 and 0D. RGB value is (146,116,13). Sum of RGB (Red+Green+Blue) = 146+116+13=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #92740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92740D is #6D8BF2. Grayscale: #717171. Windows color (decimal): -7179251 or 881810. OLE color: 881810.
HSL color Cylindrical-coordinate representation of color #92740D: hue angle of 46.47º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92740D is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 116 | 13 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.43 |
| HSL | 46.47º | 0.84% | 0.31% | - |
| HSV(B) | 46.47º | 0.91% | 0.57% | - |
| XYZ | 18.17 | 18.63 | 3.02 | - |
| YUV | 113.23 | 71.44 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 116 | 13 | 0 | 0.21 | 0.91 | 0.43 | 46.47 | 0.84 | 0.31 |
| Hex | 92 | 74 | D | 0 | 15 | 5B | 2B | 2E | 54 | 1F |
| Octal | 222 | 164 | 15 | 0 | 25 | 133 | 53 | 56 | 124 | 37 |
| Binary | 10010010 | 1110100 | 1101 | 0 | 10101 | 1011011 | 101011 | 101110 | 1010100 | 11111 |
Color Harmonies of #92740D
Complementary color
Monochromatic Colors of #92740D
Black with #92740D
Text Example
Text Example
White with #92740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92740D; }
p { color: rgb(146,116,13); }
H1.HeaderClassName
{
color: #92740D;
}
.AnyTagClassName
{
color: #92740D;
}
</style>
background-color css
<style>
a { background-color: #92740D; }
a { background-color: rgb(146,116,13); }
div.DivClassName
{
background-color: #92740D;
}
.BgClassName
{
background-color: #92740D;
}
</style>
border-color css
<style>
span { border-color: #92740D; }
span { border-color: rgb(146,116,13); }
td.TdClassName
{
border-color: #92740D;
}
.TagClassName
{
border-color: #92740D;
}
</style>