Shades of Golden Brown #915508
Tints of Golden Brown #915508
RGB
CMYK
RGB Variations
Color information
#915508 (or 0x915508) is known color: Golden Brown. HEX triplet: 91, 55 and 08. RGB value is (145,85,8). Sum of RGB (Red+Green+Blue) = 145+85+8=238 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.92% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 145 - color contains mainly: red. Hex color #915508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915508 is #6EAAF7. Grayscale: #5E5E5E. Windows color (decimal): -7252728 or 546193. OLE color: 546193.
HSL color Cylindrical-coordinate representation of color #915508: hue angle of 33.72º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #915508 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 85 | 8 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.43 |
| HSL | 33.72º | 0.9% | 0.3% | - |
| HSV(B) | 33.72º | 0.94% | 0.57% | - |
| XYZ | 14.97 | 12.53 | 1.86 | - |
| YUV | 94.16 | 79.38 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 85 | 8 | 0 | 0.41 | 0.94 | 0.43 | 33.72 | 0.9 | 0.3 |
| Hex | 91 | 55 | 8 | 0 | 29 | 5E | 2B | 22 | 5A | 1E |
| Octal | 221 | 125 | 10 | 0 | 51 | 136 | 53 | 42 | 132 | 36 |
| Binary | 10010001 | 1010101 | 1000 | 0 | 101001 | 1011110 | 101011 | 100010 | 1011010 | 11110 |
Color Harmonies of #915508
Complementary color
Monochromatic Colors of #915508
Black with #915508
Text Example
Text Example
White with #915508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915508; }
p { color: rgb(145,85,8); }
H1.HeaderClassName
{
color: #915508;
}
.AnyTagClassName
{
color: #915508;
}
</style>
background-color css
<style>
a { background-color: #915508; }
a { background-color: rgb(145,85,8); }
div.DivClassName
{
background-color: #915508;
}
.BgClassName
{
background-color: #915508;
}
</style>
border-color css
<style>
span { border-color: #915508; }
span { border-color: rgb(145,85,8); }
td.TdClassName
{
border-color: #915508;
}
.TagClassName
{
border-color: #915508;
}
</style>