Shades of Golden Brown #94750E
Tints of Golden Brown #94750E
RGB
CMYK
RGB Variations
Color information
#94750E (or 0x94750E) is known color: Golden Brown. HEX triplet: 94, 75 and 0E. RGB value is (148,117,14). Sum of RGB (Red+Green+Blue) = 148+117+14=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #94750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94750E is #6B8AF1. Grayscale: #727272. Windows color (decimal): -7047922 or 947604. OLE color: 947604.
HSL color Cylindrical-coordinate representation of color #94750E: hue angle of 46.12º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94750E is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 117 | 14 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.42 |
| HSL | 46.12º | 0.83% | 0.32% | - |
| HSV(B) | 46.12º | 0.91% | 0.58% | - |
| XYZ | 18.65 | 19.05 | 3.11 | - |
| YUV | 114.53 | 71.27 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 14 | 0 | 0.21 | 0.91 | 0.42 | 46.12 | 0.83 | 0.32 |
| Hex | 94 | 75 | E | 0 | 15 | 5B | 2A | 2E | 53 | 20 |
| Octal | 224 | 165 | 16 | 0 | 25 | 133 | 52 | 56 | 123 | 40 |
| Binary | 10010100 | 1110101 | 1110 | 0 | 10101 | 1011011 | 101010 | 101110 | 1010011 | 100000 |
Color Harmonies of #94750E
Complementary color
Monochromatic Colors of #94750E
Black with #94750E
Text Example
Text Example
White with #94750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94750E; }
p { color: rgb(148,117,14); }
H1.HeaderClassName
{
color: #94750E;
}
.AnyTagClassName
{
color: #94750E;
}
</style>
background-color css
<style>
a { background-color: #94750E; }
a { background-color: rgb(148,117,14); }
div.DivClassName
{
background-color: #94750E;
}
.BgClassName
{
background-color: #94750E;
}
</style>
border-color css
<style>
span { border-color: #94750E; }
span { border-color: rgb(148,117,14); }
td.TdClassName
{
border-color: #94750E;
}
.TagClassName
{
border-color: #94750E;
}
</style>