Shades of Golden Brown #935503
Tints of Golden Brown #935503
RGB
CMYK
RGB Variations
Color information
#935503 (or 0x935503) is known color: Golden Brown. HEX triplet: 93, 55 and 03. RGB value is (147,85,3). Sum of RGB (Red+Green+Blue) = 147+85+3=235 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.55% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 147 - color contains mainly: red. Hex color #935503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935503 is #6CAAFC. Grayscale: #5E5E5E. Windows color (decimal): -7121661 or 218515. OLE color: 218515.
HSL color Cylindrical-coordinate representation of color #935503: hue angle of 34.17º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #935503 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 85 | 3 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.42 |
| HSL | 34.17º | 0.96% | 0.29% | - |
| HSV(B) | 34.17º | 0.98% | 0.58% | - |
| XYZ | 15.3 | 12.71 | 1.73 | - |
| YUV | 94.19 | 76.54 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 3 | 0 | 0.42 | 0.98 | 0.42 | 34.17 | 0.96 | 0.29 |
| Hex | 93 | 55 | 3 | 0 | 2A | 62 | 2A | 22 | 60 | 1D |
| Octal | 223 | 125 | 3 | 0 | 52 | 142 | 52 | 42 | 140 | 35 |
| Binary | 10010011 | 1010101 | 11 | 0 | 101010 | 1100010 | 101010 | 100010 | 1100000 | 11101 |
Color Harmonies of #935503
Complementary color
Monochromatic Colors of #935503
Black with #935503
Text Example
Text Example
White with #935503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935503; }
p { color: rgb(147,85,3); }
H1.HeaderClassName
{
color: #935503;
}
.AnyTagClassName
{
color: #935503;
}
</style>
background-color css
<style>
a { background-color: #935503; }
a { background-color: rgb(147,85,3); }
div.DivClassName
{
background-color: #935503;
}
.BgClassName
{
background-color: #935503;
}
</style>
border-color css
<style>
span { border-color: #935503; }
span { border-color: rgb(147,85,3); }
td.TdClassName
{
border-color: #935503;
}
.TagClassName
{
border-color: #935503;
}
</style>