Shades of Golden Brown #935F16
Tints of Golden Brown #935F16
RGB
CMYK
RGB Variations
Color information
#935F16 (or 0x935F16) is known color: Golden Brown. HEX triplet: 93, 5F and 16. RGB value is (147,95,22). Sum of RGB (Red+Green+Blue) = 147+95+22=264 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.68% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 147 - color contains mainly: red. Hex color #935F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935F16 is #6CA0E9. Grayscale: #666666. Windows color (decimal): -7119082 or 1466259. OLE color: 1466259.
HSL color Cylindrical-coordinate representation of color #935F16: hue angle of 35.04º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #935F16 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 95 | 22 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.42 |
| HSL | 35.04º | 0.74% | 0.33% | - |
| HSV(B) | 35.04º | 0.85% | 0.58% | - |
| XYZ | 16.27 | 14.45 | 2.69 | - |
| YUV | 102.23 | 82.73 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 22 | 0 | 0.35 | 0.85 | 0.42 | 35.04 | 0.74 | 0.33 |
| Hex | 93 | 5F | 16 | 0 | 23 | 55 | 2A | 23 | 4A | 21 |
| Octal | 223 | 137 | 26 | 0 | 43 | 125 | 52 | 43 | 112 | 41 |
| Binary | 10010011 | 1011111 | 10110 | 0 | 100011 | 1010101 | 101010 | 100011 | 1001010 | 100001 |
Color Harmonies of #935F16
Complementary color
Monochromatic Colors of #935F16
Black with #935F16
Text Example
Text Example
White with #935F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935F16; }
p { color: rgb(147,95,22); }
H1.HeaderClassName
{
color: #935F16;
}
.AnyTagClassName
{
color: #935F16;
}
</style>
background-color css
<style>
a { background-color: #935F16; }
a { background-color: rgb(147,95,22); }
div.DivClassName
{
background-color: #935F16;
}
.BgClassName
{
background-color: #935F16;
}
</style>
border-color css
<style>
span { border-color: #935F16; }
span { border-color: rgb(147,95,22); }
td.TdClassName
{
border-color: #935F16;
}
.TagClassName
{
border-color: #935F16;
}
</style>