Shades of Golden Brown #905808
Tints of Golden Brown #905808
RGB
CMYK
RGB Variations
Color information
#905808 (or 0x905808) is known color: Golden Brown. HEX triplet: 90, 58 and 08. RGB value is (144,88,8). Sum of RGB (Red+Green+Blue) = 144+88+8=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #905808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905808 is #6FA7F7. Grayscale: #5F5F5F. Windows color (decimal): -7317496 or 546960. OLE color: 546960.
HSL color Cylindrical-coordinate representation of color #905808: hue angle of 35.29º 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 #905808 is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 88 | 8 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.44 |
| HSL | 35.29º | 0.89% | 0.3% | - |
| HSV(B) | 35.29º | 0.94% | 0.56% | - |
| XYZ | 15.04 | 12.93 | 1.93 | - |
| YUV | 95.62 | 78.55 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 8 | 0 | 0.39 | 0.94 | 0.44 | 35.29 | 0.89 | 0.3 |
| Hex | 90 | 58 | 8 | 0 | 27 | 5E | 2C | 23 | 59 | 1E |
| Octal | 220 | 130 | 10 | 0 | 47 | 136 | 54 | 43 | 131 | 36 |
| Binary | 10010000 | 1011000 | 1000 | 0 | 100111 | 1011110 | 101100 | 100011 | 1011001 | 11110 |
Color Harmonies of #905808
Complementary color
Monochromatic Colors of #905808
Black with #905808
Text Example
Text Example
White with #905808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905808; }
p { color: rgb(144,88,8); }
H1.HeaderClassName
{
color: #905808;
}
.AnyTagClassName
{
color: #905808;
}
</style>
background-color css
<style>
a { background-color: #905808; }
a { background-color: rgb(144,88,8); }
div.DivClassName
{
background-color: #905808;
}
.BgClassName
{
background-color: #905808;
}
</style>
border-color css
<style>
span { border-color: #905808; }
span { border-color: rgb(144,88,8); }
td.TdClassName
{
border-color: #905808;
}
.TagClassName
{
border-color: #905808;
}
</style>