Shades of Golden Brown #905E14
Tints of Golden Brown #905E14
RGB
CMYK
RGB Variations
Color information
#905E14 (or 0x905E14) is known color: Golden Brown. HEX triplet: 90, 5E and 14. RGB value is (144,94,20). Sum of RGB (Red+Green+Blue) = 144+94+20=258 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.81% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 144 - color contains mainly: red. Hex color #905E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905E14 is #6FA1EB. Grayscale: #646464. Windows color (decimal): -7315948 or 1334928. OLE color: 1334928.
HSL color Cylindrical-coordinate representation of color #905E14: hue angle of 35.81º 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 #905E14 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 94 | 20 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.44 |
| HSL | 35.81º | 0.76% | 0.32% | - |
| HSV(B) | 35.81º | 0.86% | 0.56% | - |
| XYZ | 15.63 | 13.99 | 2.54 | - |
| YUV | 100.51 | 82.57 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 20 | 0 | 0.35 | 0.86 | 0.44 | 35.81 | 0.76 | 0.32 |
| Hex | 90 | 5E | 14 | 0 | 23 | 56 | 2C | 24 | 4C | 20 |
| Octal | 220 | 136 | 24 | 0 | 43 | 126 | 54 | 44 | 114 | 40 |
| Binary | 10010000 | 1011110 | 10100 | 0 | 100011 | 1010110 | 101100 | 100100 | 1001100 | 100000 |
Color Harmonies of #905E14
Complementary color
Monochromatic Colors of #905E14
Black with #905E14
Text Example
Text Example
White with #905E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905E14; }
p { color: rgb(144,94,20); }
H1.HeaderClassName
{
color: #905E14;
}
.AnyTagClassName
{
color: #905E14;
}
</style>
background-color css
<style>
a { background-color: #905E14; }
a { background-color: rgb(144,94,20); }
div.DivClassName
{
background-color: #905E14;
}
.BgClassName
{
background-color: #905E14;
}
</style>
border-color css
<style>
span { border-color: #905E14; }
span { border-color: rgb(144,94,20); }
td.TdClassName
{
border-color: #905E14;
}
.TagClassName
{
border-color: #905E14;
}
</style>