Shades of Golden Brown #945814
Tints of Golden Brown #945814
RGB
CMYK
RGB Variations
Color information
#945814 (or 0x945814) is known color: Golden Brown. HEX triplet: 94, 58 and 14. RGB value is (148,88,20). Sum of RGB (Red+Green+Blue) = 148+88+20=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #945814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945814 is #6BA7EB. Grayscale: #626262. Windows color (decimal): -7055340 or 1333396. OLE color: 1333396.
HSL color Cylindrical-coordinate representation of color #945814: hue angle of 31.88º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #945814 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 88 | 20 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.42 |
| HSL | 31.88º | 0.76% | 0.33% | - |
| HSV(B) | 31.88º | 0.86% | 0.58% | - |
| XYZ | 15.83 | 13.33 | 2.4 | - |
| YUV | 98.19 | 83.88 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 20 | 0 | 0.41 | 0.86 | 0.42 | 31.88 | 0.76 | 0.33 |
| Hex | 94 | 58 | 14 | 0 | 29 | 56 | 2A | 20 | 4C | 21 |
| Octal | 224 | 130 | 24 | 0 | 51 | 126 | 52 | 40 | 114 | 41 |
| Binary | 10010100 | 1011000 | 10100 | 0 | 101001 | 1010110 | 101010 | 100000 | 1001100 | 100001 |
Color Harmonies of #945814
Complementary color
Monochromatic Colors of #945814
Black with #945814
Text Example
Text Example
White with #945814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945814; }
p { color: rgb(148,88,20); }
H1.HeaderClassName
{
color: #945814;
}
.AnyTagClassName
{
color: #945814;
}
</style>
background-color css
<style>
a { background-color: #945814; }
a { background-color: rgb(148,88,20); }
div.DivClassName
{
background-color: #945814;
}
.BgClassName
{
background-color: #945814;
}
</style>
border-color css
<style>
span { border-color: #945814; }
span { border-color: rgb(148,88,20); }
td.TdClassName
{
border-color: #945814;
}
.TagClassName
{
border-color: #945814;
}
</style>