Shades of Golden Brown #935F04
Tints of Golden Brown #935F04
RGB
CMYK
RGB Variations
Color information
#935F04 (or 0x935F04) is known color: Golden Brown. HEX triplet: 93, 5F and 04. RGB value is (147,95,4). Sum of RGB (Red+Green+Blue) = 147+95+4=246 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.76% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 147 - color contains mainly: red. Hex color #935F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935F04 is #6CA0FB. Grayscale: #646464. Windows color (decimal): -7119100 or 286611. OLE color: 286611.
HSL color Cylindrical-coordinate representation of color #935F04: hue angle of 38.18º 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 #935F04 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 95 | 4 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.42 |
| HSL | 38.18º | 0.95% | 0.3% | - |
| HSV(B) | 38.18º | 0.97% | 0.58% | - |
| XYZ | 16.15 | 14.4 | 2.04 | - |
| YUV | 100.17 | 73.73 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 4 | 0 | 0.35 | 0.97 | 0.42 | 38.18 | 0.95 | 0.3 |
| Hex | 93 | 5F | 4 | 0 | 23 | 61 | 2A | 26 | 5F | 1E |
| Octal | 223 | 137 | 4 | 0 | 43 | 141 | 52 | 46 | 137 | 36 |
| Binary | 10010011 | 1011111 | 100 | 0 | 100011 | 1100001 | 101010 | 100110 | 1011111 | 11110 |
Color Harmonies of #935F04
Complementary color
Monochromatic Colors of #935F04
Black with #935F04
Text Example
Text Example
White with #935F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935F04; }
p { color: rgb(147,95,4); }
H1.HeaderClassName
{
color: #935F04;
}
.AnyTagClassName
{
color: #935F04;
}
</style>
background-color css
<style>
a { background-color: #935F04; }
a { background-color: rgb(147,95,4); }
div.DivClassName
{
background-color: #935F04;
}
.BgClassName
{
background-color: #935F04;
}
</style>
border-color css
<style>
span { border-color: #935F04; }
span { border-color: rgb(147,95,4); }
td.TdClassName
{
border-color: #935F04;
}
.TagClassName
{
border-color: #935F04;
}
</style>