Shades of Golden Brown #90710A
Tints of Golden Brown #90710A
RGB
CMYK
RGB Variations
Color information
#90710A (or 0x90710A) is known color: Golden Brown. HEX triplet: 90, 71 and 0A. RGB value is (144,113,10). Sum of RGB (Red+Green+Blue) = 144+113+10=267 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.93% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 144 - color contains mainly: red. Hex color #90710A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90710A is #6F8EF5. Grayscale: #6E6E6E. Windows color (decimal): -7311094 or 684432. OLE color: 684432.
HSL color Cylindrical-coordinate representation of color #90710A: hue angle of 46.12º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90710A is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 113 | 10 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.44 |
| HSL | 46.12º | 0.87% | 0.3% | - |
| HSV(B) | 46.12º | 0.93% | 0.56% | - |
| XYZ | 17.46 | 17.76 | 2.8 | - |
| YUV | 110.53 | 71.27 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 113 | 10 | 0 | 0.22 | 0.93 | 0.44 | 46.12 | 0.87 | 0.3 |
| Hex | 90 | 71 | A | 0 | 16 | 5D | 2C | 2E | 57 | 1E |
| Octal | 220 | 161 | 12 | 0 | 26 | 135 | 54 | 56 | 127 | 36 |
| Binary | 10010000 | 1110001 | 1010 | 0 | 10110 | 1011101 | 101100 | 101110 | 1010111 | 11110 |
Color Harmonies of #90710A
Complementary color
Monochromatic Colors of #90710A
Black with #90710A
Text Example
Text Example
White with #90710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90710A; }
p { color: rgb(144,113,10); }
H1.HeaderClassName
{
color: #90710A;
}
.AnyTagClassName
{
color: #90710A;
}
</style>
background-color css
<style>
a { background-color: #90710A; }
a { background-color: rgb(144,113,10); }
div.DivClassName
{
background-color: #90710A;
}
.BgClassName
{
background-color: #90710A;
}
</style>
border-color css
<style>
span { border-color: #90710A; }
span { border-color: rgb(144,113,10); }
td.TdClassName
{
border-color: #90710A;
}
.TagClassName
{
border-color: #90710A;
}
</style>