Shades of Golden Brown #905F14
Tints of Golden Brown #905F14
RGB
CMYK
RGB Variations
Color information
#905F14 (or 0x905F14) is known color: Golden Brown. HEX triplet: 90, 5F and 14. RGB value is (144,95,20). Sum of RGB (Red+Green+Blue) = 144+95+20=259 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.60% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 144 - color contains mainly: red. Hex color #905F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905F14 is #6FA0EB. Grayscale: #656565. Windows color (decimal): -7315692 or 1335184. OLE color: 1335184.
HSL color Cylindrical-coordinate representation of color #905F14: hue angle of 36.29º 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 #905F14 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 95 | 20 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.44 |
| HSL | 36.29º | 0.76% | 0.32% | - |
| HSV(B) | 36.29º | 0.86% | 0.56% | - |
| XYZ | 15.72 | 14.16 | 2.57 | - |
| YUV | 101.1 | 82.23 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 20 | 0 | 0.34 | 0.86 | 0.44 | 36.29 | 0.76 | 0.32 |
| Hex | 90 | 5F | 14 | 0 | 22 | 56 | 2C | 24 | 4C | 20 |
| Octal | 220 | 137 | 24 | 0 | 42 | 126 | 54 | 44 | 114 | 40 |
| Binary | 10010000 | 1011111 | 10100 | 0 | 100010 | 1010110 | 101100 | 100100 | 1001100 | 100000 |
Color Harmonies of #905F14
Complementary color
Monochromatic Colors of #905F14
Black with #905F14
Text Example
Text Example
White with #905F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F14; }
p { color: rgb(144,95,20); }
H1.HeaderClassName
{
color: #905F14;
}
.AnyTagClassName
{
color: #905F14;
}
</style>
background-color css
<style>
a { background-color: #905F14; }
a { background-color: rgb(144,95,20); }
div.DivClassName
{
background-color: #905F14;
}
.BgClassName
{
background-color: #905F14;
}
</style>
border-color css
<style>
span { border-color: #905F14; }
span { border-color: rgb(144,95,20); }
td.TdClassName
{
border-color: #905F14;
}
.TagClassName
{
border-color: #905F14;
}
</style>