Shades of Golden Brown #935805
Tints of Golden Brown #935805
RGB
CMYK
RGB Variations
Color information
#935805 (or 0x935805) is known color: Golden Brown. HEX triplet: 93, 58 and 05. RGB value is (147,88,5). Sum of RGB (Red+Green+Blue) = 147+88+5=240 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.25% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 147 - color contains mainly: red. Hex color #935805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935805 is #6CA7FA. Grayscale: #606060. Windows color (decimal): -7120891 or 350355. OLE color: 350355.
HSL color Cylindrical-coordinate representation of color #935805: hue angle of 35.07º 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 #935805 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 88 | 5 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.42 |
| HSL | 35.07º | 0.93% | 0.3% | - |
| HSV(B) | 35.07º | 0.97% | 0.58% | - |
| XYZ | 15.55 | 13.19 | 1.87 | - |
| YUV | 96.18 | 76.55 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 5 | 0 | 0.40 | 0.97 | 0.42 | 35.07 | 0.93 | 0.3 |
| Hex | 93 | 58 | 5 | 0 | 28 | 61 | 2A | 23 | 5D | 1E |
| Octal | 223 | 130 | 5 | 0 | 50 | 141 | 52 | 43 | 135 | 36 |
| Binary | 10010011 | 1011000 | 101 | 0 | 101000 | 1100001 | 101010 | 100011 | 1011101 | 11110 |
Color Harmonies of #935805
Complementary color
Monochromatic Colors of #935805
Black with #935805
Text Example
Text Example
White with #935805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935805; }
p { color: rgb(147,88,5); }
H1.HeaderClassName
{
color: #935805;
}
.AnyTagClassName
{
color: #935805;
}
</style>
background-color css
<style>
a { background-color: #935805; }
a { background-color: rgb(147,88,5); }
div.DivClassName
{
background-color: #935805;
}
.BgClassName
{
background-color: #935805;
}
</style>
border-color css
<style>
span { border-color: #935805; }
span { border-color: rgb(147,88,5); }
td.TdClassName
{
border-color: #935805;
}
.TagClassName
{
border-color: #935805;
}
</style>