Shades of Golden Brown #937010
Tints of Golden Brown #937010
RGB
CMYK
RGB Variations
Color information
#937010 (or 0x937010) is known color: Golden Brown. HEX triplet: 93, 70 and 10. RGB value is (147,112,16). Sum of RGB (Red+Green+Blue) = 147+112+16=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #937010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937010 is #6C8FEF. Grayscale: #6F6F6F. Windows color (decimal): -7114736 or 1077395. OLE color: 1077395.
HSL color Cylindrical-coordinate representation of color #937010: hue angle of 43.97º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #937010 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 112 | 16 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.42 |
| HSL | 43.97º | 0.8% | 0.32% | - |
| HSV(B) | 43.97º | 0.89% | 0.58% | - |
| XYZ | 17.92 | 17.83 | 2.99 | - |
| YUV | 111.52 | 74.1 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 112 | 16 | 0 | 0.24 | 0.89 | 0.42 | 43.97 | 0.8 | 0.32 |
| Hex | 93 | 70 | 10 | 0 | 18 | 59 | 2A | 2C | 50 | 20 |
| Octal | 223 | 160 | 20 | 0 | 30 | 131 | 52 | 54 | 120 | 40 |
| Binary | 10010011 | 1110000 | 10000 | 0 | 11000 | 1011001 | 101010 | 101100 | 1010000 | 100000 |
Color Harmonies of #937010
Complementary color
Monochromatic Colors of #937010
Black with #937010
Text Example
Text Example
White with #937010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937010; }
p { color: rgb(147,112,16); }
H1.HeaderClassName
{
color: #937010;
}
.AnyTagClassName
{
color: #937010;
}
</style>
background-color css
<style>
a { background-color: #937010; }
a { background-color: rgb(147,112,16); }
div.DivClassName
{
background-color: #937010;
}
.BgClassName
{
background-color: #937010;
}
</style>
border-color css
<style>
span { border-color: #937010; }
span { border-color: rgb(147,112,16); }
td.TdClassName
{
border-color: #937010;
}
.TagClassName
{
border-color: #937010;
}
</style>