Shades of Golden Brown #905510
Tints of Golden Brown #905510
RGB
CMYK
RGB Variations
Color information
#905510 (or 0x905510) is known color: Golden Brown. HEX triplet: 90, 55 and 10. RGB value is (144,85,16). Sum of RGB (Red+Green+Blue) = 144+85+16=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #905510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905510 is #6FAAEF. Grayscale: #5F5F5F. Windows color (decimal): -7318256 or 1070480. OLE color: 1070480.
HSL color Cylindrical-coordinate representation of color #905510: hue angle of 32.34º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #905510 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 85 | 16 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.44 |
| HSL | 32.34º | 0.8% | 0.31% | - |
| HSV(B) | 32.34º | 0.89% | 0.56% | - |
| XYZ | 14.84 | 12.46 | 2.11 | - |
| YUV | 94.78 | 83.55 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 16 | 0 | 0.41 | 0.89 | 0.44 | 32.34 | 0.8 | 0.31 |
| Hex | 90 | 55 | 10 | 0 | 29 | 59 | 2C | 20 | 50 | 1F |
| Octal | 220 | 125 | 20 | 0 | 51 | 131 | 54 | 40 | 120 | 37 |
| Binary | 10010000 | 1010101 | 10000 | 0 | 101001 | 1011001 | 101100 | 100000 | 1010000 | 11111 |
Color Harmonies of #905510
Complementary color
Monochromatic Colors of #905510
Black with #905510
Text Example
Text Example
White with #905510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905510; }
p { color: rgb(144,85,16); }
H1.HeaderClassName
{
color: #905510;
}
.AnyTagClassName
{
color: #905510;
}
</style>
background-color css
<style>
a { background-color: #905510; }
a { background-color: rgb(144,85,16); }
div.DivClassName
{
background-color: #905510;
}
.BgClassName
{
background-color: #905510;
}
</style>
border-color css
<style>
span { border-color: #905510; }
span { border-color: rgb(144,85,16); }
td.TdClassName
{
border-color: #905510;
}
.TagClassName
{
border-color: #905510;
}
</style>