Shades of Golden Brown #905508
Tints of Golden Brown #905508
RGB
CMYK
RGB Variations
Color information
#905508 (or 0x905508) is known color: Golden Brown. HEX triplet: 90, 55 and 08. RGB value is (144,85,8). Sum of RGB (Red+Green+Blue) = 144+85+8=237 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.76% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 144 - color contains mainly: red. Hex color #905508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905508 is #6FAAF7. Grayscale: #5E5E5E. Windows color (decimal): -7318264 or 546192. OLE color: 546192.
HSL color Cylindrical-coordinate representation of color #905508: hue angle of 33.97º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #905508 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 85 | 8 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.44 |
| HSL | 33.97º | 0.89% | 0.3% | - |
| HSV(B) | 33.97º | 0.94% | 0.56% | - |
| XYZ | 14.79 | 12.44 | 1.85 | - |
| YUV | 93.86 | 79.55 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 8 | 0 | 0.41 | 0.94 | 0.44 | 33.97 | 0.89 | 0.3 |
| Hex | 90 | 55 | 8 | 0 | 29 | 5E | 2C | 22 | 59 | 1E |
| Octal | 220 | 125 | 10 | 0 | 51 | 136 | 54 | 42 | 131 | 36 |
| Binary | 10010000 | 1010101 | 1000 | 0 | 101001 | 1011110 | 101100 | 100010 | 1011001 | 11110 |
Color Harmonies of #905508
Complementary color
Monochromatic Colors of #905508
Black with #905508
Text Example
Text Example
White with #905508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905508; }
p { color: rgb(144,85,8); }
H1.HeaderClassName
{
color: #905508;
}
.AnyTagClassName
{
color: #905508;
}
</style>
background-color css
<style>
a { background-color: #905508; }
a { background-color: rgb(144,85,8); }
div.DivClassName
{
background-color: #905508;
}
.BgClassName
{
background-color: #905508;
}
</style>
border-color css
<style>
span { border-color: #905508; }
span { border-color: rgb(144,85,8); }
td.TdClassName
{
border-color: #905508;
}
.TagClassName
{
border-color: #905508;
}
</style>