Shades of Golden Brown #945F12
Tints of Golden Brown #945F12
RGB
CMYK
RGB Variations
Color information
#945F12 (or 0x945F12) is known color: Golden Brown. HEX triplet: 94, 5F and 12. RGB value is (148,95,18). Sum of RGB (Red+Green+Blue) = 148+95+18=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #945F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945F12 is #6BA0ED. Grayscale: #666666. Windows color (decimal): -7053550 or 1204116. OLE color: 1204116.
HSL color Cylindrical-coordinate representation of color #945F12: hue angle of 35.54º 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 #945F12 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 95 | 18 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.42 |
| HSL | 35.54º | 0.78% | 0.33% | - |
| HSV(B) | 35.54º | 0.88% | 0.58% | - |
| XYZ | 16.41 | 14.52 | 2.51 | - |
| YUV | 102.07 | 80.56 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 18 | 0 | 0.36 | 0.88 | 0.42 | 35.54 | 0.78 | 0.33 |
| Hex | 94 | 5F | 12 | 0 | 24 | 58 | 2A | 24 | 4E | 21 |
| Octal | 224 | 137 | 22 | 0 | 44 | 130 | 52 | 44 | 116 | 41 |
| Binary | 10010100 | 1011111 | 10010 | 0 | 100100 | 1011000 | 101010 | 100100 | 1001110 | 100001 |
Color Harmonies of #945F12
Complementary color
Monochromatic Colors of #945F12
Black with #945F12
Text Example
Text Example
White with #945F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945F12; }
p { color: rgb(148,95,18); }
H1.HeaderClassName
{
color: #945F12;
}
.AnyTagClassName
{
color: #945F12;
}
</style>
background-color css
<style>
a { background-color: #945F12; }
a { background-color: rgb(148,95,18); }
div.DivClassName
{
background-color: #945F12;
}
.BgClassName
{
background-color: #945F12;
}
</style>
border-color css
<style>
span { border-color: #945F12; }
span { border-color: rgb(148,95,18); }
td.TdClassName
{
border-color: #945F12;
}
.TagClassName
{
border-color: #945F12;
}
</style>