Shades of Golden Brown #935504
Tints of Golden Brown #935504
RGB
CMYK
RGB Variations
Color information
#935504 (or 0x935504) is known color: Golden Brown. HEX triplet: 93, 55 and 04. RGB value is (147,85,4). Sum of RGB (Red+Green+Blue) = 147+85+4=236 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.29% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 147 - color contains mainly: red. Hex color #935504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935504 is #6CAAFB. Grayscale: #5E5E5E. Windows color (decimal): -7121660 or 284051. OLE color: 284051.
HSL color Cylindrical-coordinate representation of color #935504: hue angle of 33.99º degrees, saturation: 0.95, 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 #935504 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 85 | 4 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.42 |
| HSL | 33.99º | 0.95% | 0.3% | - |
| HSV(B) | 33.99º | 0.97% | 0.58% | - |
| XYZ | 15.3 | 12.71 | 1.76 | - |
| YUV | 94.3 | 77.04 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 4 | 0 | 0.42 | 0.97 | 0.42 | 33.99 | 0.95 | 0.3 |
| Hex | 93 | 55 | 4 | 0 | 2A | 61 | 2A | 22 | 5F | 1E |
| Octal | 223 | 125 | 4 | 0 | 52 | 141 | 52 | 42 | 137 | 36 |
| Binary | 10010011 | 1010101 | 100 | 0 | 101010 | 1100001 | 101010 | 100010 | 1011111 | 11110 |
Color Harmonies of #935504
Complementary color
Monochromatic Colors of #935504
Black with #935504
Text Example
Text Example
White with #935504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935504; }
p { color: rgb(147,85,4); }
H1.HeaderClassName
{
color: #935504;
}
.AnyTagClassName
{
color: #935504;
}
</style>
background-color css
<style>
a { background-color: #935504; }
a { background-color: rgb(147,85,4); }
div.DivClassName
{
background-color: #935504;
}
.BgClassName
{
background-color: #935504;
}
</style>
border-color css
<style>
span { border-color: #935504; }
span { border-color: rgb(147,85,4); }
td.TdClassName
{
border-color: #935504;
}
.TagClassName
{
border-color: #935504;
}
</style>