Shades of Golden Brown #935705
Tints of Golden Brown #935705
RGB
CMYK
RGB Variations
Color information
#935705 (or 0x935705) is known color: Golden Brown. HEX triplet: 93, 57 and 05. RGB value is (147,87,5). Sum of RGB (Red+Green+Blue) = 147+87+5=239 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.51% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 147 - color contains mainly: red. Hex color #935705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935705 is #6CA8FA. Grayscale: #5F5F5F. Windows color (decimal): -7121147 or 350099. OLE color: 350099.
HSL color Cylindrical-coordinate representation of color #935705: hue angle of 34.65º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #935705 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 87 | 5 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.42 |
| HSL | 34.65º | 0.93% | 0.3% | - |
| HSV(B) | 34.65º | 0.97% | 0.58% | - |
| XYZ | 15.47 | 13.03 | 1.84 | - |
| YUV | 95.59 | 76.88 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 5 | 0 | 0.41 | 0.97 | 0.42 | 34.65 | 0.93 | 0.3 |
| Hex | 93 | 57 | 5 | 0 | 29 | 61 | 2A | 23 | 5D | 1E |
| Octal | 223 | 127 | 5 | 0 | 51 | 141 | 52 | 43 | 135 | 36 |
| Binary | 10010011 | 1010111 | 101 | 0 | 101001 | 1100001 | 101010 | 100011 | 1011101 | 11110 |
Color Harmonies of #935705
Complementary color
Monochromatic Colors of #935705
Black with #935705
Text Example
Text Example
White with #935705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935705; }
p { color: rgb(147,87,5); }
H1.HeaderClassName
{
color: #935705;
}
.AnyTagClassName
{
color: #935705;
}
</style>
background-color css
<style>
a { background-color: #935705; }
a { background-color: rgb(147,87,5); }
div.DivClassName
{
background-color: #935705;
}
.BgClassName
{
background-color: #935705;
}
</style>
border-color css
<style>
span { border-color: #935705; }
span { border-color: rgb(147,87,5); }
td.TdClassName
{
border-color: #935705;
}
.TagClassName
{
border-color: #935705;
}
</style>