Shades of Golden Brown #935C14
Tints of Golden Brown #935C14
RGB
CMYK
RGB Variations
Color information
#935C14 (or 0x935C14) is known color: Golden Brown. HEX triplet: 93, 5C and 14. RGB value is (147,92,20). Sum of RGB (Red+Green+Blue) = 147+92+20=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #935C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935C14 is #6CA3EB. Grayscale: #646464. Windows color (decimal): -7119852 or 1334419. OLE color: 1334419.
HSL color Cylindrical-coordinate representation of color #935C14: hue angle of 34.02º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #935C14 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 20 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.42 |
| HSL | 34.02º | 0.76% | 0.33% | - |
| HSV(B) | 34.02º | 0.86% | 0.58% | - |
| XYZ | 15.99 | 13.91 | 2.5 | - |
| YUV | 100.24 | 82.72 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 20 | 0 | 0.37 | 0.86 | 0.42 | 34.02 | 0.76 | 0.33 |
| Hex | 93 | 5C | 14 | 0 | 25 | 56 | 2A | 22 | 4C | 21 |
| Octal | 223 | 134 | 24 | 0 | 45 | 126 | 52 | 42 | 114 | 41 |
| Binary | 10010011 | 1011100 | 10100 | 0 | 100101 | 1010110 | 101010 | 100010 | 1001100 | 100001 |
Color Harmonies of #935C14
Complementary color
Monochromatic Colors of #935C14
Black with #935C14
Text Example
Text Example
White with #935C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C14; }
p { color: rgb(147,92,20); }
H1.HeaderClassName
{
color: #935C14;
}
.AnyTagClassName
{
color: #935C14;
}
</style>
background-color css
<style>
a { background-color: #935C14; }
a { background-color: rgb(147,92,20); }
div.DivClassName
{
background-color: #935C14;
}
.BgClassName
{
background-color: #935C14;
}
</style>
border-color css
<style>
span { border-color: #935C14; }
span { border-color: rgb(147,92,20); }
td.TdClassName
{
border-color: #935C14;
}
.TagClassName
{
border-color: #935C14;
}
</style>