Shades of Golden Brown #935C16
Tints of Golden Brown #935C16
RGB
CMYK
RGB Variations
Color information
#935C16 (or 0x935C16) is known color: Golden Brown. HEX triplet: 93, 5C and 16. RGB value is (147,92,22). Sum of RGB (Red+Green+Blue) = 147+92+22=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #935C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935C16 is #6CA3E9. Grayscale: #646464. Windows color (decimal): -7119850 or 1465491. OLE color: 1465491.
HSL color Cylindrical-coordinate representation of color #935C16: hue angle of 33.6º 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 #935C16 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 22 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.42 |
| HSL | 33.6º | 0.74% | 0.33% | - |
| HSV(B) | 33.6º | 0.85% | 0.58% | - |
| XYZ | 16 | 13.92 | 2.6 | - |
| YUV | 100.47 | 83.72 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 22 | 0 | 0.37 | 0.85 | 0.42 | 33.6 | 0.74 | 0.33 |
| Hex | 93 | 5C | 16 | 0 | 25 | 55 | 2A | 22 | 4A | 21 |
| Octal | 223 | 134 | 26 | 0 | 45 | 125 | 52 | 42 | 112 | 41 |
| Binary | 10010011 | 1011100 | 10110 | 0 | 100101 | 1010101 | 101010 | 100010 | 1001010 | 100001 |
Color Harmonies of #935C16
Complementary color
Monochromatic Colors of #935C16
Black with #935C16
Text Example
Text Example
White with #935C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C16; }
p { color: rgb(147,92,22); }
H1.HeaderClassName
{
color: #935C16;
}
.AnyTagClassName
{
color: #935C16;
}
</style>
background-color css
<style>
a { background-color: #935C16; }
a { background-color: rgb(147,92,22); }
div.DivClassName
{
background-color: #935C16;
}
.BgClassName
{
background-color: #935C16;
}
</style>
border-color css
<style>
span { border-color: #935C16; }
span { border-color: rgb(147,92,22); }
td.TdClassName
{
border-color: #935C16;
}
.TagClassName
{
border-color: #935C16;
}
</style>