Shades of Golden Brown #947001
Tints of Golden Brown #947001
RGB
CMYK
RGB Variations
Color information
#947001 (or 0x947001) is known color: Golden Brown. HEX triplet: 94, 70 and 01. RGB value is (148,112,1). Sum of RGB (Red+Green+Blue) = 148+112+1=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #947001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947001 is #6B8FFE. Grayscale: #6E6E6E. Windows color (decimal): -7049215 or 94356. OLE color: 94356.
HSL color Cylindrical-coordinate representation of color #947001: hue angle of 45.31º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #947001 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 112 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.42 |
| HSL | 45.31º | 0.99% | 0.29% | - |
| HSV(B) | 45.31º | 0.99% | 0.58% | - |
| XYZ | 18.01 | 17.89 | 2.53 | - |
| YUV | 110.11 | 66.43 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 1 | 0 | 0.24 | 0.99 | 0.42 | 45.31 | 0.99 | 0.29 |
| Hex | 94 | 70 | 1 | 0 | 18 | 63 | 2A | 2D | 63 | 1D |
| Octal | 224 | 160 | 1 | 0 | 30 | 143 | 52 | 55 | 143 | 35 |
| Binary | 10010100 | 1110000 | 1 | 0 | 11000 | 1100011 | 101010 | 101101 | 1100011 | 11101 |
Color Harmonies of #947001
Complementary color
Monochromatic Colors of #947001
Black with #947001
Text Example
Text Example
White with #947001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947001; }
p { color: rgb(148,112,1); }
H1.HeaderClassName
{
color: #947001;
}
.AnyTagClassName
{
color: #947001;
}
</style>
background-color css
<style>
a { background-color: #947001; }
a { background-color: rgb(148,112,1); }
div.DivClassName
{
background-color: #947001;
}
.BgClassName
{
background-color: #947001;
}
</style>
border-color css
<style>
span { border-color: #947001; }
span { border-color: rgb(148,112,1); }
td.TdClassName
{
border-color: #947001;
}
.TagClassName
{
border-color: #947001;
}
</style>