Shades of Golden Brown #907210
Tints of Golden Brown #907210
RGB
CMYK
RGB Variations
Color information
#907210 (or 0x907210) is known color: Golden Brown. HEX triplet: 90, 72 and 10. RGB value is (144,114,16). Sum of RGB (Red+Green+Blue) = 144+114+16=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #907210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907210 is #6F8DEF. Grayscale: #707070. Windows color (decimal): -7310832 or 1077904. OLE color: 1077904.
HSL color Cylindrical-coordinate representation of color #907210: hue angle of 45.94º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #907210 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 114 | 16 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.44 |
| HSL | 45.94º | 0.8% | 0.31% | - |
| HSV(B) | 45.94º | 0.89% | 0.56% | - |
| XYZ | 17.61 | 18 | 3.04 | - |
| YUV | 111.8 | 73.94 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 16 | 0 | 0.21 | 0.89 | 0.44 | 45.94 | 0.8 | 0.31 |
| Hex | 90 | 72 | 10 | 0 | 15 | 59 | 2C | 2E | 50 | 1F |
| Octal | 220 | 162 | 20 | 0 | 25 | 131 | 54 | 56 | 120 | 37 |
| Binary | 10010000 | 1110010 | 10000 | 0 | 10101 | 1011001 | 101100 | 101110 | 1010000 | 11111 |
Color Harmonies of #907210
Complementary color
Monochromatic Colors of #907210
Black with #907210
Text Example
Text Example
White with #907210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907210; }
p { color: rgb(144,114,16); }
H1.HeaderClassName
{
color: #907210;
}
.AnyTagClassName
{
color: #907210;
}
</style>
background-color css
<style>
a { background-color: #907210; }
a { background-color: rgb(144,114,16); }
div.DivClassName
{
background-color: #907210;
}
.BgClassName
{
background-color: #907210;
}
</style>
border-color css
<style>
span { border-color: #907210; }
span { border-color: rgb(144,114,16); }
td.TdClassName
{
border-color: #907210;
}
.TagClassName
{
border-color: #907210;
}
</style>