Shades of Golden Brown #945D15
Tints of Golden Brown #945D15
RGB
CMYK
RGB Variations
Color information
#945D15 (or 0x945D15) is known color: Golden Brown. HEX triplet: 94, 5D and 15. RGB value is (148,93,21). Sum of RGB (Red+Green+Blue) = 148+93+21=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #945D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945D15 is #6BA2EA. Grayscale: #656565. Windows color (decimal): -7054059 or 1400212. OLE color: 1400212.
HSL color Cylindrical-coordinate representation of color #945D15: hue angle of 34.02º degrees, saturation: 0.75, 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 #945D15 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 93 | 21 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.42 |
| HSL | 34.02º | 0.75% | 0.33% | - |
| HSV(B) | 34.02º | 0.86% | 0.58% | - |
| XYZ | 16.26 | 14.18 | 2.59 | - |
| YUV | 101.24 | 82.72 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 93 | 21 | 0 | 0.37 | 0.86 | 0.42 | 34.02 | 0.75 | 0.33 |
| Hex | 94 | 5D | 15 | 0 | 25 | 56 | 2A | 22 | 4B | 21 |
| Octal | 224 | 135 | 25 | 0 | 45 | 126 | 52 | 42 | 113 | 41 |
| Binary | 10010100 | 1011101 | 10101 | 0 | 100101 | 1010110 | 101010 | 100010 | 1001011 | 100001 |
Color Harmonies of #945D15
Complementary color
Monochromatic Colors of #945D15
Black with #945D15
Text Example
Text Example
White with #945D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945D15; }
p { color: rgb(148,93,21); }
H1.HeaderClassName
{
color: #945D15;
}
.AnyTagClassName
{
color: #945D15;
}
</style>
background-color css
<style>
a { background-color: #945D15; }
a { background-color: rgb(148,93,21); }
div.DivClassName
{
background-color: #945D15;
}
.BgClassName
{
background-color: #945D15;
}
</style>
border-color css
<style>
span { border-color: #945D15; }
span { border-color: rgb(148,93,21); }
td.TdClassName
{
border-color: #945D15;
}
.TagClassName
{
border-color: #945D15;
}
</style>