Shades of Golden Brown #905F12
Tints of Golden Brown #905F12
RGB
CMYK
RGB Variations
Color information
#905F12 (or 0x905F12) is known color: Golden Brown. HEX triplet: 90, 5F and 12. RGB value is (144,95,18). Sum of RGB (Red+Green+Blue) = 144+95+18=257 (34% of max value = 765). Red value is 144 (56.64% from 255 or 56.03% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 144 - color contains mainly: red. Hex color #905F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905F12 is #6FA0ED. Grayscale: #656565. Windows color (decimal): -7315694 or 1204112. OLE color: 1204112.
HSL color Cylindrical-coordinate representation of color #905F12: hue angle of 36.67º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #905F12 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 95 | 18 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.44 |
| HSL | 36.67º | 0.78% | 0.32% | - |
| HSV(B) | 36.67º | 0.88% | 0.56% | - |
| XYZ | 15.7 | 14.16 | 2.48 | - |
| YUV | 100.87 | 81.23 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 18 | 0 | 0.34 | 0.88 | 0.44 | 36.67 | 0.78 | 0.32 |
| Hex | 90 | 5F | 12 | 0 | 22 | 58 | 2C | 25 | 4E | 20 |
| Octal | 220 | 137 | 22 | 0 | 42 | 130 | 54 | 45 | 116 | 40 |
| Binary | 10010000 | 1011111 | 10010 | 0 | 100010 | 1011000 | 101100 | 100101 | 1001110 | 100000 |
Color Harmonies of #905F12
Complementary color
Monochromatic Colors of #905F12
Black with #905F12
Text Example
Text Example
White with #905F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F12; }
p { color: rgb(144,95,18); }
H1.HeaderClassName
{
color: #905F12;
}
.AnyTagClassName
{
color: #905F12;
}
</style>
background-color css
<style>
a { background-color: #905F12; }
a { background-color: rgb(144,95,18); }
div.DivClassName
{
background-color: #905F12;
}
.BgClassName
{
background-color: #905F12;
}
</style>
border-color css
<style>
span { border-color: #905F12; }
span { border-color: rgb(144,95,18); }
td.TdClassName
{
border-color: #905F12;
}
.TagClassName
{
border-color: #905F12;
}
</style>