Shades of Golden Brown #905A14
Tints of Golden Brown #905A14
RGB
CMYK
RGB Variations
Color information
#905A14 (or 0x905A14) is known color: Golden Brown. HEX triplet: 90, 5A and 14. RGB value is (144,90,20). Sum of RGB (Red+Green+Blue) = 144+90+20=254 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.69% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 144 - color contains mainly: red. Hex color #905A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905A14 is #6FA5EB. Grayscale: #626262. Windows color (decimal): -7316972 or 1333904. OLE color: 1333904.
HSL color Cylindrical-coordinate representation of color #905A14: hue angle of 33.87º 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 #905A14 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 90 | 20 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.44 |
| HSL | 33.87º | 0.76% | 0.32% | - |
| HSV(B) | 33.87º | 0.86% | 0.56% | - |
| XYZ | 15.28 | 13.29 | 2.42 | - |
| YUV | 98.17 | 83.89 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 20 | 0 | 0.37 | 0.86 | 0.44 | 33.87 | 0.76 | 0.32 |
| Hex | 90 | 5A | 14 | 0 | 25 | 56 | 2C | 22 | 4C | 20 |
| Octal | 220 | 132 | 24 | 0 | 45 | 126 | 54 | 42 | 114 | 40 |
| Binary | 10010000 | 1011010 | 10100 | 0 | 100101 | 1010110 | 101100 | 100010 | 1001100 | 100000 |
Color Harmonies of #905A14
Complementary color
Monochromatic Colors of #905A14
Black with #905A14
Text Example
Text Example
White with #905A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905A14; }
p { color: rgb(144,90,20); }
H1.HeaderClassName
{
color: #905A14;
}
.AnyTagClassName
{
color: #905A14;
}
</style>
background-color css
<style>
a { background-color: #905A14; }
a { background-color: rgb(144,90,20); }
div.DivClassName
{
background-color: #905A14;
}
.BgClassName
{
background-color: #905A14;
}
</style>
border-color css
<style>
span { border-color: #905A14; }
span { border-color: rgb(144,90,20); }
td.TdClassName
{
border-color: #905A14;
}
.TagClassName
{
border-color: #905A14;
}
</style>