Shades of Golden Brown #935404
Tints of Golden Brown #935404
RGB
CMYK
RGB Variations
Color information
#935404 (or 0x935404) is known color: Golden Brown. HEX triplet: 93, 54 and 04. RGB value is (147,84,4). Sum of RGB (Red+Green+Blue) = 147+84+4=235 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.55% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 147 - color contains mainly: red. Hex color #935404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935404 is #6CABFB. Grayscale: #5E5E5E. Windows color (decimal): -7121916 or 283795. OLE color: 283795.
HSL color Cylindrical-coordinate representation of color #935404: hue angle of 33.57º 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 #935404 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 84 | 4 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.42 |
| HSL | 33.57º | 0.95% | 0.3% | - |
| HSV(B) | 33.57º | 0.97% | 0.58% | - |
| XYZ | 15.22 | 12.55 | 1.74 | - |
| YUV | 93.72 | 77.37 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 84 | 4 | 0 | 0.43 | 0.97 | 0.42 | 33.57 | 0.95 | 0.3 |
| Hex | 93 | 54 | 4 | 0 | 2B | 61 | 2A | 22 | 5F | 1E |
| Octal | 223 | 124 | 4 | 0 | 53 | 141 | 52 | 42 | 137 | 36 |
| Binary | 10010011 | 1010100 | 100 | 0 | 101011 | 1100001 | 101010 | 100010 | 1011111 | 11110 |
Color Harmonies of #935404
Complementary color
Monochromatic Colors of #935404
Black with #935404
Text Example
Text Example
White with #935404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935404; }
p { color: rgb(147,84,4); }
H1.HeaderClassName
{
color: #935404;
}
.AnyTagClassName
{
color: #935404;
}
</style>
background-color css
<style>
a { background-color: #935404; }
a { background-color: rgb(147,84,4); }
div.DivClassName
{
background-color: #935404;
}
.BgClassName
{
background-color: #935404;
}
</style>
border-color css
<style>
span { border-color: #935404; }
span { border-color: rgb(147,84,4); }
td.TdClassName
{
border-color: #935404;
}
.TagClassName
{
border-color: #935404;
}
</style>