Shades of Golden Brown #94700D
Tints of Golden Brown #94700D
RGB
CMYK
RGB Variations
Color information
#94700D (or 0x94700D) is known color: Golden Brown. HEX triplet: 94, 70 and 0D. RGB value is (148,112,13). Sum of RGB (Red+Green+Blue) = 148+112+13=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #94700D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94700D is #6B8FF2. Grayscale: #6F6F6F. Windows color (decimal): -7049203 or 880788. OLE color: 880788.
HSL color Cylindrical-coordinate representation of color #94700D: hue angle of 44º degrees, saturation: 0.84, 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 #94700D is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 112 | 13 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.42 |
| HSL | 44º | 0.84% | 0.32% | - |
| HSV(B) | 44º | 0.91% | 0.58% | - |
| XYZ | 18.08 | 17.91 | 2.89 | - |
| YUV | 111.48 | 72.43 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 13 | 0 | 0.24 | 0.91 | 0.42 | 44 | 0.84 | 0.32 |
| Hex | 94 | 70 | D | 0 | 18 | 5B | 2A | 2C | 54 | 20 |
| Octal | 224 | 160 | 15 | 0 | 30 | 133 | 52 | 54 | 124 | 40 |
| Binary | 10010100 | 1110000 | 1101 | 0 | 11000 | 1011011 | 101010 | 101100 | 1010100 | 100000 |
Color Harmonies of #94700D
Complementary color
Monochromatic Colors of #94700D
Black with #94700D
Text Example
Text Example
White with #94700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94700D; }
p { color: rgb(148,112,13); }
H1.HeaderClassName
{
color: #94700D;
}
.AnyTagClassName
{
color: #94700D;
}
</style>
background-color css
<style>
a { background-color: #94700D; }
a { background-color: rgb(148,112,13); }
div.DivClassName
{
background-color: #94700D;
}
.BgClassName
{
background-color: #94700D;
}
</style>
border-color css
<style>
span { border-color: #94700D; }
span { border-color: rgb(148,112,13); }
td.TdClassName
{
border-color: #94700D;
}
.TagClassName
{
border-color: #94700D;
}
</style>