Shades of Golden Brown #915505
Tints of Golden Brown #915505
RGB
CMYK
RGB Variations
Color information
#915505 (or 0x915505) is known color: Golden Brown. HEX triplet: 91, 55 and 05. RGB value is (145,85,5). Sum of RGB (Red+Green+Blue) = 145+85+5=235 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.70% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 145 - color contains mainly: red. Hex color #915505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915505 is #6EAAFA. Grayscale: #5E5E5E. Windows color (decimal): -7252731 or 349585. OLE color: 349585.
HSL color Cylindrical-coordinate representation of color #915505: hue angle of 34.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #915505 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 85 | 5 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.43 |
| HSL | 34.29º | 0.93% | 0.29% | - |
| HSV(B) | 34.29º | 0.97% | 0.57% | - |
| XYZ | 14.95 | 12.53 | 1.77 | - |
| YUV | 93.82 | 77.88 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 85 | 5 | 0 | 0.41 | 0.97 | 0.43 | 34.29 | 0.93 | 0.29 |
| Hex | 91 | 55 | 5 | 0 | 29 | 61 | 2B | 22 | 5D | 1D |
| Octal | 221 | 125 | 5 | 0 | 51 | 141 | 53 | 42 | 135 | 35 |
| Binary | 10010001 | 1010101 | 101 | 0 | 101001 | 1100001 | 101011 | 100010 | 1011101 | 11101 |
Color Harmonies of #915505
Complementary color
Monochromatic Colors of #915505
Black with #915505
Text Example
Text Example
White with #915505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915505; }
p { color: rgb(145,85,5); }
H1.HeaderClassName
{
color: #915505;
}
.AnyTagClassName
{
color: #915505;
}
</style>
background-color css
<style>
a { background-color: #915505; }
a { background-color: rgb(145,85,5); }
div.DivClassName
{
background-color: #915505;
}
.BgClassName
{
background-color: #915505;
}
</style>
border-color css
<style>
span { border-color: #915505; }
span { border-color: rgb(145,85,5); }
td.TdClassName
{
border-color: #915505;
}
.TagClassName
{
border-color: #915505;
}
</style>