Shades of Golden Brown #94740C
Tints of Golden Brown #94740C
RGB
CMYK
RGB Variations
Color information
#94740C (or 0x94740C) is known color: Golden Brown. HEX triplet: 94, 74 and 0C. RGB value is (148,116,12). Sum of RGB (Red+Green+Blue) = 148+116+12=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #94740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94740C is #6B8BF3. Grayscale: #727272. Windows color (decimal): -7048180 or 816276. OLE color: 816276.
HSL color Cylindrical-coordinate representation of color #94740C: hue angle of 45.88º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94740C is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 116 | 12 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.42 |
| HSL | 45.88º | 0.85% | 0.31% | - |
| HSV(B) | 45.88º | 0.92% | 0.58% | - |
| XYZ | 18.52 | 18.81 | 3 | - |
| YUV | 113.71 | 70.6 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 116 | 12 | 0 | 0.22 | 0.92 | 0.42 | 45.88 | 0.85 | 0.31 |
| Hex | 94 | 74 | C | 0 | 16 | 5C | 2A | 2E | 55 | 1F |
| Octal | 224 | 164 | 14 | 0 | 26 | 134 | 52 | 56 | 125 | 37 |
| Binary | 10010100 | 1110100 | 1100 | 0 | 10110 | 1011100 | 101010 | 101110 | 1010101 | 11111 |
Color Harmonies of #94740C
Complementary color
Monochromatic Colors of #94740C
Black with #94740C
Text Example
Text Example
White with #94740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94740C; }
p { color: rgb(148,116,12); }
H1.HeaderClassName
{
color: #94740C;
}
.AnyTagClassName
{
color: #94740C;
}
</style>
background-color css
<style>
a { background-color: #94740C; }
a { background-color: rgb(148,116,12); }
div.DivClassName
{
background-color: #94740C;
}
.BgClassName
{
background-color: #94740C;
}
</style>
border-color css
<style>
span { border-color: #94740C; }
span { border-color: rgb(148,116,12); }
td.TdClassName
{
border-color: #94740C;
}
.TagClassName
{
border-color: #94740C;
}
</style>