Shades of Golden Brown #907000
Tints of Golden Brown #907000
RGB
CMYK
RGB Variations
Color information
#907000 (or 0x907000) is known color: Golden Brown. HEX triplet: 90, 70 and 00. RGB value is (144,112,0). Sum of RGB (Red+Green+Blue) = 144+112+0=256 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.25% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 144 - color contains mainly: red. Hex color #907000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907000 is #6F8FFF. Grayscale: #6D6D6D. Windows color (decimal): -7311360 or 28816. OLE color: 28816.
HSL color Cylindrical-coordinate representation of color #907000: hue angle of 46.67º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #907000 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 112 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.44 |
| HSL | 46.67º | 1% | 0.28% | - |
| HSV(B) | 46.67º | 1% | 0.56% | - |
| XYZ | 17.3 | 17.52 | 2.47 | - |
| YUV | 108.8 | 66.6 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 112 | 0 | 0 | 0.22 | 1 | 0.44 | 46.67 | 1 | 0.28 |
| Hex | 90 | 70 | 0 | 0 | 16 | 64 | 2C | 2F | 64 | 1C |
| Octal | 220 | 160 | 0 | 0 | 26 | 144 | 54 | 57 | 144 | 34 |
| Binary | 10010000 | 1110000 | 0 | 0 | 10110 | 1100100 | 101100 | 101111 | 1100100 | 11100 |
Color Harmonies of #907000
Complementary color
Monochromatic Colors of #907000
Black with #907000
Text Example
Text Example
White with #907000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907000; }
p { color: rgb(144,112,0); }
H1.HeaderClassName
{
color: #907000;
}
.AnyTagClassName
{
color: #907000;
}
</style>
background-color css
<style>
a { background-color: #907000; }
a { background-color: rgb(144,112,0); }
div.DivClassName
{
background-color: #907000;
}
.BgClassName
{
background-color: #907000;
}
</style>
border-color css
<style>
span { border-color: #907000; }
span { border-color: rgb(144,112,0); }
td.TdClassName
{
border-color: #907000;
}
.TagClassName
{
border-color: #907000;
}
</style>