Shades of Golden Brown #94540B
Tints of Golden Brown #94540B
RGB
CMYK
RGB Variations
Color information
#94540B (or 0x94540B) is known color: Golden Brown. HEX triplet: 94, 54 and 0B. RGB value is (148,84,11). Sum of RGB (Red+Green+Blue) = 148+84+11=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #94540B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94540B is #6BABF4. Grayscale: #5F5F5F. Windows color (decimal): -7056373 or 742548. OLE color: 742548.
HSL color Cylindrical-coordinate representation of color #94540B: hue angle of 31.97º 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 #94540B is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 84 | 11 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.42 |
| HSL | 31.97º | 0.86% | 0.31% | - |
| HSV(B) | 31.97º | 0.93% | 0.58% | - |
| XYZ | 15.44 | 12.66 | 1.95 | - |
| YUV | 94.81 | 80.7 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 84 | 11 | 0 | 0.43 | 0.93 | 0.42 | 31.97 | 0.86 | 0.31 |
| Hex | 94 | 54 | B | 0 | 2B | 5D | 2A | 20 | 56 | 1F |
| Octal | 224 | 124 | 13 | 0 | 53 | 135 | 52 | 40 | 126 | 37 |
| Binary | 10010100 | 1010100 | 1011 | 0 | 101011 | 1011101 | 101010 | 100000 | 1010110 | 11111 |
Color Harmonies of #94540B
Complementary color
Monochromatic Colors of #94540B
Black with #94540B
Text Example
Text Example
White with #94540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94540B; }
p { color: rgb(148,84,11); }
H1.HeaderClassName
{
color: #94540B;
}
.AnyTagClassName
{
color: #94540B;
}
</style>
background-color css
<style>
a { background-color: #94540B; }
a { background-color: rgb(148,84,11); }
div.DivClassName
{
background-color: #94540B;
}
.BgClassName
{
background-color: #94540B;
}
</style>
border-color css
<style>
span { border-color: #94540B; }
span { border-color: rgb(148,84,11); }
td.TdClassName
{
border-color: #94540B;
}
.TagClassName
{
border-color: #94540B;
}
</style>