Shades of Golden Brown #90720D
Tints of Golden Brown #90720D
RGB
CMYK
RGB Variations
Color information
#90720D (or 0x90720D) is known color: Golden Brown. HEX triplet: 90, 72 and 0D. RGB value is (144,114,13). Sum of RGB (Red+Green+Blue) = 144+114+13=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #90720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90720D is #6F8DF2. Grayscale: #6F6F6F. Windows color (decimal): -7310835 or 881296. OLE color: 881296.
HSL color Cylindrical-coordinate representation of color #90720D: hue angle of 46.26º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90720D is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 114 | 13 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.44 |
| HSL | 46.26º | 0.83% | 0.31% | - |
| HSV(B) | 46.26º | 0.91% | 0.56% | - |
| XYZ | 17.59 | 17.99 | 2.93 | - |
| YUV | 111.46 | 72.44 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 13 | 0 | 0.21 | 0.91 | 0.44 | 46.26 | 0.83 | 0.31 |
| Hex | 90 | 72 | D | 0 | 15 | 5B | 2C | 2E | 53 | 1F |
| Octal | 220 | 162 | 15 | 0 | 25 | 133 | 54 | 56 | 123 | 37 |
| Binary | 10010000 | 1110010 | 1101 | 0 | 10101 | 1011011 | 101100 | 101110 | 1010011 | 11111 |
Color Harmonies of #90720D
Complementary color
Monochromatic Colors of #90720D
Black with #90720D
Text Example
Text Example
White with #90720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90720D; }
p { color: rgb(144,114,13); }
H1.HeaderClassName
{
color: #90720D;
}
.AnyTagClassName
{
color: #90720D;
}
</style>
background-color css
<style>
a { background-color: #90720D; }
a { background-color: rgb(144,114,13); }
div.DivClassName
{
background-color: #90720D;
}
.BgClassName
{
background-color: #90720D;
}
</style>
border-color css
<style>
span { border-color: #90720D; }
span { border-color: rgb(144,114,13); }
td.TdClassName
{
border-color: #90720D;
}
.TagClassName
{
border-color: #90720D;
}
</style>