Shades of Golden Brown #915D19
Tints of Golden Brown #915D19
RGB
CMYK
RGB Variations
Color information
#915D19 (or 0x915D19) is known color: Golden Brown. HEX triplet: 91, 5D and 19. RGB value is (145,93,25). Sum of RGB (Red+Green+Blue) = 145+93+25=263 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.13% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 145 - color contains mainly: red. Hex color #915D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915D19 is #6EA2E6. Grayscale: #656565. Windows color (decimal): -7250663 or 1662353. OLE color: 1662353.
HSL color Cylindrical-coordinate representation of color #915D19: hue angle of 34º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #915D19 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 93 | 25 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.43 |
| HSL | 34º | 0.71% | 0.33% | - |
| HSV(B) | 34º | 0.83% | 0.57% | - |
| XYZ | 15.77 | 13.92 | 2.78 | - |
| YUV | 100.8 | 85.23 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 25 | 0 | 0.36 | 0.83 | 0.43 | 34 | 0.71 | 0.33 |
| Hex | 91 | 5D | 19 | 0 | 24 | 53 | 2B | 22 | 47 | 21 |
| Octal | 221 | 135 | 31 | 0 | 44 | 123 | 53 | 42 | 107 | 41 |
| Binary | 10010001 | 1011101 | 11001 | 0 | 100100 | 1010011 | 101011 | 100010 | 1000111 | 100001 |
Color Harmonies of #915D19
Complementary color
Monochromatic Colors of #915D19
Black with #915D19
Text Example
Text Example
White with #915D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915D19; }
p { color: rgb(145,93,25); }
H1.HeaderClassName
{
color: #915D19;
}
.AnyTagClassName
{
color: #915D19;
}
</style>
background-color css
<style>
a { background-color: #915D19; }
a { background-color: rgb(145,93,25); }
div.DivClassName
{
background-color: #915D19;
}
.BgClassName
{
background-color: #915D19;
}
</style>
border-color css
<style>
span { border-color: #915D19; }
span { border-color: rgb(145,93,25); }
td.TdClassName
{
border-color: #915D19;
}
.TagClassName
{
border-color: #915D19;
}
</style>