Shades of Golden Brown #905814
Tints of Golden Brown #905814
RGB
CMYK
RGB Variations
Color information
#905814 (or 0x905814) is known color: Golden Brown. HEX triplet: 90, 58 and 14. RGB value is (144,88,20). Sum of RGB (Red+Green+Blue) = 144+88+20=252 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.14% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 144 - color contains mainly: red. Hex color #905814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905814 is #6FA7EB. Grayscale: #616161. Windows color (decimal): -7317484 or 1333392. OLE color: 1333392.
HSL color Cylindrical-coordinate representation of color #905814: hue angle of 32.9º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #905814 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 88 | 20 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.44 |
| HSL | 32.9º | 0.76% | 0.32% | - |
| HSV(B) | 32.9º | 0.86% | 0.56% | - |
| XYZ | 15.12 | 12.96 | 2.37 | - |
| YUV | 96.99 | 84.55 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 20 | 0 | 0.39 | 0.86 | 0.44 | 32.9 | 0.76 | 0.32 |
| Hex | 90 | 58 | 14 | 0 | 27 | 56 | 2C | 21 | 4C | 20 |
| Octal | 220 | 130 | 24 | 0 | 47 | 126 | 54 | 41 | 114 | 40 |
| Binary | 10010000 | 1011000 | 10100 | 0 | 100111 | 1010110 | 101100 | 100001 | 1001100 | 100000 |
Color Harmonies of #905814
Complementary color
Monochromatic Colors of #905814
Black with #905814
Text Example
Text Example
White with #905814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905814; }
p { color: rgb(144,88,20); }
H1.HeaderClassName
{
color: #905814;
}
.AnyTagClassName
{
color: #905814;
}
</style>
background-color css
<style>
a { background-color: #905814; }
a { background-color: rgb(144,88,20); }
div.DivClassName
{
background-color: #905814;
}
.BgClassName
{
background-color: #905814;
}
</style>
border-color css
<style>
span { border-color: #905814; }
span { border-color: rgb(144,88,20); }
td.TdClassName
{
border-color: #905814;
}
.TagClassName
{
border-color: #905814;
}
</style>