Shades of Golden Brown #94700B
Tints of Golden Brown #94700B
RGB
CMYK
RGB Variations
Color information
#94700B (or 0x94700B) is known color: Golden Brown. HEX triplet: 94, 70 and 0B. RGB value is (148,112,11). Sum of RGB (Red+Green+Blue) = 148+112+11=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #94700B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94700B is #6B8FF4. Grayscale: #6F6F6F. Windows color (decimal): -7049205 or 749716. OLE color: 749716.
HSL color Cylindrical-coordinate representation of color #94700B: hue angle of 44.23º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94700B is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 112 | 11 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.42 |
| HSL | 44.23º | 0.86% | 0.31% | - |
| HSV(B) | 44.23º | 0.93% | 0.58% | - |
| XYZ | 18.07 | 17.91 | 2.82 | - |
| YUV | 111.25 | 71.43 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 11 | 0 | 0.24 | 0.93 | 0.42 | 44.23 | 0.86 | 0.31 |
| Hex | 94 | 70 | B | 0 | 18 | 5D | 2A | 2C | 56 | 1F |
| Octal | 224 | 160 | 13 | 0 | 30 | 135 | 52 | 54 | 126 | 37 |
| Binary | 10010100 | 1110000 | 1011 | 0 | 11000 | 1011101 | 101010 | 101100 | 1010110 | 11111 |
Color Harmonies of #94700B
Complementary color
Monochromatic Colors of #94700B
Black with #94700B
Text Example
Text Example
White with #94700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94700B; }
p { color: rgb(148,112,11); }
H1.HeaderClassName
{
color: #94700B;
}
.AnyTagClassName
{
color: #94700B;
}
</style>
background-color css
<style>
a { background-color: #94700B; }
a { background-color: rgb(148,112,11); }
div.DivClassName
{
background-color: #94700B;
}
.BgClassName
{
background-color: #94700B;
}
</style>
border-color css
<style>
span { border-color: #94700B; }
span { border-color: rgb(148,112,11); }
td.TdClassName
{
border-color: #94700B;
}
.TagClassName
{
border-color: #94700B;
}
</style>