Shades of Golden Brown #905905
Tints of Golden Brown #905905
RGB
CMYK
RGB Variations
Color information
#905905 (or 0x905905) is known color: Golden Brown. HEX triplet: 90, 59 and 05. RGB value is (144,89,5). Sum of RGB (Red+Green+Blue) = 144+89+5=238 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.50% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 144 - color contains mainly: red. Hex color #905905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905905 is #6FA6FA. Grayscale: #606060. Windows color (decimal): -7317243 or 350608. OLE color: 350608.
HSL color Cylindrical-coordinate representation of color #905905: hue angle of 36.26º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #905905 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 89 | 5 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.44 |
| HSL | 36.26º | 0.93% | 0.29% | - |
| HSV(B) | 36.26º | 0.97% | 0.56% | - |
| XYZ | 15.1 | 13.09 | 1.87 | - |
| YUV | 95.87 | 76.72 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 5 | 0 | 0.38 | 0.97 | 0.44 | 36.26 | 0.93 | 0.29 |
| Hex | 90 | 59 | 5 | 0 | 26 | 61 | 2C | 24 | 5D | 1D |
| Octal | 220 | 131 | 5 | 0 | 46 | 141 | 54 | 44 | 135 | 35 |
| Binary | 10010000 | 1011001 | 101 | 0 | 100110 | 1100001 | 101100 | 100100 | 1011101 | 11101 |
Color Harmonies of #905905
Complementary color
Monochromatic Colors of #905905
Black with #905905
Text Example
Text Example
White with #905905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905905; }
p { color: rgb(144,89,5); }
H1.HeaderClassName
{
color: #905905;
}
.AnyTagClassName
{
color: #905905;
}
</style>
background-color css
<style>
a { background-color: #905905; }
a { background-color: rgb(144,89,5); }
div.DivClassName
{
background-color: #905905;
}
.BgClassName
{
background-color: #905905;
}
</style>
border-color css
<style>
span { border-color: #905905; }
span { border-color: rgb(144,89,5); }
td.TdClassName
{
border-color: #905905;
}
.TagClassName
{
border-color: #905905;
}
</style>