Shades of Golden Brown #935D10
Tints of Golden Brown #935D10
RGB
CMYK
RGB Variations
Color information
#935D10 (or 0x935D10) is known color: Golden Brown. HEX triplet: 93, 5D and 10. RGB value is (147,93,16). Sum of RGB (Red+Green+Blue) = 147+93+16=256 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.42% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 147 - color contains mainly: red. Hex color #935D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935D10 is #6CA2EF. Grayscale: #646464. Windows color (decimal): -7119600 or 1072531. OLE color: 1072531.
HSL color Cylindrical-coordinate representation of color #935D10: hue angle of 35.27º 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 #935D10 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 93 | 16 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.42 |
| HSL | 35.27º | 0.8% | 0.32% | - |
| HSV(B) | 35.27º | 0.89% | 0.58% | - |
| XYZ | 16.04 | 14.07 | 2.36 | - |
| YUV | 100.37 | 80.39 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 16 | 0 | 0.37 | 0.89 | 0.42 | 35.27 | 0.8 | 0.32 |
| Hex | 93 | 5D | 10 | 0 | 25 | 59 | 2A | 23 | 50 | 20 |
| Octal | 223 | 135 | 20 | 0 | 45 | 131 | 52 | 43 | 120 | 40 |
| Binary | 10010011 | 1011101 | 10000 | 0 | 100101 | 1011001 | 101010 | 100011 | 1010000 | 100000 |
Color Harmonies of #935D10
Complementary color
Monochromatic Colors of #935D10
Black with #935D10
Text Example
Text Example
White with #935D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935D10; }
p { color: rgb(147,93,16); }
H1.HeaderClassName
{
color: #935D10;
}
.AnyTagClassName
{
color: #935D10;
}
</style>
background-color css
<style>
a { background-color: #935D10; }
a { background-color: rgb(147,93,16); }
div.DivClassName
{
background-color: #935D10;
}
.BgClassName
{
background-color: #935D10;
}
</style>
border-color css
<style>
span { border-color: #935D10; }
span { border-color: rgb(147,93,16); }
td.TdClassName
{
border-color: #935D10;
}
.TagClassName
{
border-color: #935D10;
}
</style>