Shades of Golden Brown #947512
Tints of Golden Brown #947512
RGB
CMYK
RGB Variations
Color information
#947512 (or 0x947512) is known color: Golden Brown. HEX triplet: 94, 75 and 12. RGB value is (148,117,18). Sum of RGB (Red+Green+Blue) = 148+117+18=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #947512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947512 is #6B8AED. Grayscale: #737373. Windows color (decimal): -7047918 or 1209748. OLE color: 1209748.
HSL color Cylindrical-coordinate representation of color #947512: hue angle of 45.69º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #947512 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 117 | 18 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.42 |
| HSL | 45.69º | 0.78% | 0.33% | - |
| HSV(B) | 45.69º | 0.88% | 0.58% | - |
| XYZ | 18.68 | 19.06 | 3.27 | - |
| YUV | 114.98 | 73.27 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 18 | 0 | 0.21 | 0.88 | 0.42 | 45.69 | 0.78 | 0.33 |
| Hex | 94 | 75 | 12 | 0 | 15 | 58 | 2A | 2E | 4E | 21 |
| Octal | 224 | 165 | 22 | 0 | 25 | 130 | 52 | 56 | 116 | 41 |
| Binary | 10010100 | 1110101 | 10010 | 0 | 10101 | 1011000 | 101010 | 101110 | 1001110 | 100001 |
Color Harmonies of #947512
Complementary color
Monochromatic Colors of #947512
Black with #947512
Text Example
Text Example
White with #947512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947512; }
p { color: rgb(148,117,18); }
H1.HeaderClassName
{
color: #947512;
}
.AnyTagClassName
{
color: #947512;
}
</style>
background-color css
<style>
a { background-color: #947512; }
a { background-color: rgb(148,117,18); }
div.DivClassName
{
background-color: #947512;
}
.BgClassName
{
background-color: #947512;
}
</style>
border-color css
<style>
span { border-color: #947512; }
span { border-color: rgb(148,117,18); }
td.TdClassName
{
border-color: #947512;
}
.TagClassName
{
border-color: #947512;
}
</style>