Shades of Golden Brown #915D14
Tints of Golden Brown #915D14
RGB
CMYK
RGB Variations
Color information
#915D14 (or 0x915D14) is known color: Golden Brown. HEX triplet: 91, 5D and 14. RGB value is (145,93,20). Sum of RGB (Red+Green+Blue) = 145+93+20=258 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.20% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 145 - color contains mainly: red. Hex color #915D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915D14 is #6EA2EB. Grayscale: #646464. Windows color (decimal): -7250668 or 1334673. OLE color: 1334673.
HSL color Cylindrical-coordinate representation of color #915D14: hue angle of 35.04º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #915D14 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 93 | 20 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.43 |
| HSL | 35.04º | 0.76% | 0.32% | - |
| HSV(B) | 35.04º | 0.86% | 0.57% | - |
| XYZ | 15.72 | 13.9 | 2.52 | - |
| YUV | 100.23 | 82.73 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 20 | 0 | 0.36 | 0.86 | 0.43 | 35.04 | 0.76 | 0.32 |
| Hex | 91 | 5D | 14 | 0 | 24 | 56 | 2B | 23 | 4C | 20 |
| Octal | 221 | 135 | 24 | 0 | 44 | 126 | 53 | 43 | 114 | 40 |
| Binary | 10010001 | 1011101 | 10100 | 0 | 100100 | 1010110 | 101011 | 100011 | 1001100 | 100000 |
Color Harmonies of #915D14
Complementary color
Monochromatic Colors of #915D14
Black with #915D14
Text Example
Text Example
White with #915D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915D14; }
p { color: rgb(145,93,20); }
H1.HeaderClassName
{
color: #915D14;
}
.AnyTagClassName
{
color: #915D14;
}
</style>
background-color css
<style>
a { background-color: #915D14; }
a { background-color: rgb(145,93,20); }
div.DivClassName
{
background-color: #915D14;
}
.BgClassName
{
background-color: #915D14;
}
</style>
border-color css
<style>
span { border-color: #915D14; }
span { border-color: rgb(145,93,20); }
td.TdClassName
{
border-color: #915D14;
}
.TagClassName
{
border-color: #915D14;
}
</style>