Shades of Golden Brown #905902
Tints of Golden Brown #905902
RGB
CMYK
RGB Variations
Color information
#905902 (or 0x905902) is known color: Golden Brown. HEX triplet: 90, 59 and 02. RGB value is (144,89,2). Sum of RGB (Red+Green+Blue) = 144+89+2=235 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.28% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 144 - color contains mainly: red. Hex color #905902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905902 is #6FA6FD. Grayscale: #5F5F5F. Windows color (decimal): -7317246 or 154000. OLE color: 154000.
HSL color Cylindrical-coordinate representation of color #905902: hue angle of 36.76º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #905902 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 89 | 2 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.44 |
| HSL | 36.76º | 0.97% | 0.29% | - |
| HSV(B) | 36.76º | 0.99% | 0.56% | - |
| XYZ | 15.08 | 13.08 | 1.79 | - |
| YUV | 95.53 | 75.22 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 2 | 0 | 0.38 | 0.99 | 0.44 | 36.76 | 0.97 | 0.29 |
| Hex | 90 | 59 | 2 | 0 | 26 | 63 | 2C | 25 | 61 | 1D |
| Octal | 220 | 131 | 2 | 0 | 46 | 143 | 54 | 45 | 141 | 35 |
| Binary | 10010000 | 1011001 | 10 | 0 | 100110 | 1100011 | 101100 | 100101 | 1100001 | 11101 |
Color Harmonies of #905902
Complementary color
Monochromatic Colors of #905902
Black with #905902
Text Example
Text Example
White with #905902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905902; }
p { color: rgb(144,89,2); }
H1.HeaderClassName
{
color: #905902;
}
.AnyTagClassName
{
color: #905902;
}
</style>
background-color css
<style>
a { background-color: #905902; }
a { background-color: rgb(144,89,2); }
div.DivClassName
{
background-color: #905902;
}
.BgClassName
{
background-color: #905902;
}
</style>
border-color css
<style>
span { border-color: #905902; }
span { border-color: rgb(144,89,2); }
td.TdClassName
{
border-color: #905902;
}
.TagClassName
{
border-color: #905902;
}
</style>