Shades of Golden Brown #905815
Tints of Golden Brown #905815
RGB
CMYK
RGB Variations
Color information
#905815 (or 0x905815) is known color: Golden Brown. HEX triplet: 90, 58 and 15. RGB value is (144,88,21). Sum of RGB (Red+Green+Blue) = 144+88+21=253 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.92% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 144 - color contains mainly: red. Hex color #905815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905815 is #6FA7EA. Grayscale: #616161. Windows color (decimal): -7317483 or 1398928. OLE color: 1398928.
HSL color Cylindrical-coordinate representation of color #905815: hue angle of 32.68º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #905815 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 88 | 21 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.44 |
| HSL | 32.68º | 0.75% | 0.32% | - |
| HSV(B) | 32.68º | 0.85% | 0.56% | - |
| XYZ | 15.13 | 12.96 | 2.41 | - |
| YUV | 97.11 | 85.05 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 21 | 0 | 0.39 | 0.85 | 0.44 | 32.68 | 0.75 | 0.32 |
| Hex | 90 | 58 | 15 | 0 | 27 | 55 | 2C | 21 | 4B | 20 |
| Octal | 220 | 130 | 25 | 0 | 47 | 125 | 54 | 41 | 113 | 40 |
| Binary | 10010000 | 1011000 | 10101 | 0 | 100111 | 1010101 | 101100 | 100001 | 1001011 | 100000 |
Color Harmonies of #905815
Complementary color
Monochromatic Colors of #905815
Black with #905815
Text Example
Text Example
White with #905815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905815; }
p { color: rgb(144,88,21); }
H1.HeaderClassName
{
color: #905815;
}
.AnyTagClassName
{
color: #905815;
}
</style>
background-color css
<style>
a { background-color: #905815; }
a { background-color: rgb(144,88,21); }
div.DivClassName
{
background-color: #905815;
}
.BgClassName
{
background-color: #905815;
}
</style>
border-color css
<style>
span { border-color: #905815; }
span { border-color: rgb(144,88,21); }
td.TdClassName
{
border-color: #905815;
}
.TagClassName
{
border-color: #905815;
}
</style>