Shades of Golden Brown #94590A
Tints of Golden Brown #94590A
RGB
CMYK
RGB Variations
Color information
#94590A (or 0x94590A) is known color: Golden Brown. HEX triplet: 94, 59 and 0A. RGB value is (148,89,10). Sum of RGB (Red+Green+Blue) = 148+89+10=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #94590A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94590A is #6BA6F5. Grayscale: #626262. Windows color (decimal): -7055094 or 678292. OLE color: 678292.
HSL color Cylindrical-coordinate representation of color #94590A: hue angle of 34.35º degrees, saturation: 0.87, 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 #94590A is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 89 | 10 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.42 |
| HSL | 34.35º | 0.87% | 0.31% | - |
| HSV(B) | 34.35º | 0.93% | 0.58% | - |
| XYZ | 15.84 | 13.46 | 2.05 | - |
| YUV | 97.64 | 78.55 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 10 | 0 | 0.40 | 0.93 | 0.42 | 34.35 | 0.87 | 0.31 |
| Hex | 94 | 59 | A | 0 | 28 | 5D | 2A | 22 | 57 | 1F |
| Octal | 224 | 131 | 12 | 0 | 50 | 135 | 52 | 42 | 127 | 37 |
| Binary | 10010100 | 1011001 | 1010 | 0 | 101000 | 1011101 | 101010 | 100010 | 1010111 | 11111 |
Color Harmonies of #94590A
Complementary color
Monochromatic Colors of #94590A
Black with #94590A
Text Example
Text Example
White with #94590A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94590A; }
p { color: rgb(148,89,10); }
H1.HeaderClassName
{
color: #94590A;
}
.AnyTagClassName
{
color: #94590A;
}
</style>
background-color css
<style>
a { background-color: #94590A; }
a { background-color: rgb(148,89,10); }
div.DivClassName
{
background-color: #94590A;
}
.BgClassName
{
background-color: #94590A;
}
</style>
border-color css
<style>
span { border-color: #94590A; }
span { border-color: rgb(148,89,10); }
td.TdClassName
{
border-color: #94590A;
}
.TagClassName
{
border-color: #94590A;
}
</style>