Shades of Golden Brown #937512
Tints of Golden Brown #937512
RGB
CMYK
RGB Variations
Color information
#937512 (or 0x937512) is known color: Golden Brown. HEX triplet: 93, 75 and 12. RGB value is (147,117,18). Sum of RGB (Red+Green+Blue) = 147+117+18=282 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.13% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 147 - color contains mainly: red. Hex color #937512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937512 is #6C8AED. Grayscale: #737373. Windows color (decimal): -7113454 or 1209747. OLE color: 1209747.
HSL color Cylindrical-coordinate representation of color #937512: hue angle of 46.05º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #937512 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 117 | 18 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.42 |
| HSL | 46.05º | 0.78% | 0.32% | - |
| HSV(B) | 46.05º | 0.88% | 0.58% | - |
| XYZ | 18.5 | 18.97 | 3.26 | - |
| YUV | 114.68 | 73.44 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 18 | 0 | 0.20 | 0.88 | 0.42 | 46.05 | 0.78 | 0.32 |
| Hex | 93 | 75 | 12 | 0 | 14 | 58 | 2A | 2E | 4E | 20 |
| Octal | 223 | 165 | 22 | 0 | 24 | 130 | 52 | 56 | 116 | 40 |
| Binary | 10010011 | 1110101 | 10010 | 0 | 10100 | 1011000 | 101010 | 101110 | 1001110 | 100000 |
Color Harmonies of #937512
Complementary color
Monochromatic Colors of #937512
Black with #937512
Text Example
Text Example
White with #937512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937512; }
p { color: rgb(147,117,18); }
H1.HeaderClassName
{
color: #937512;
}
.AnyTagClassName
{
color: #937512;
}
</style>
background-color css
<style>
a { background-color: #937512; }
a { background-color: rgb(147,117,18); }
div.DivClassName
{
background-color: #937512;
}
.BgClassName
{
background-color: #937512;
}
</style>
border-color css
<style>
span { border-color: #937512; }
span { border-color: rgb(147,117,18); }
td.TdClassName
{
border-color: #937512;
}
.TagClassName
{
border-color: #937512;
}
</style>