Shades of Golden Brown #99720D
Tints of Golden Brown #99720D
RGB
CMYK
RGB Variations
Color information
#99720D (or 0x99720D) is known color: Golden Brown. HEX triplet: 99, 72 and 0D. RGB value is (153,114,13). Sum of RGB (Red+Green+Blue) = 153+114+13=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #99720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99720D is #668DF2. Grayscale: #727272. Windows color (decimal): -6721011 or 881305. OLE color: 881305.
HSL color Cylindrical-coordinate representation of color #99720D: hue angle of 43.29º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99720D is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 114 | 13 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.4 |
| HSL | 43.29º | 0.84% | 0.33% | - |
| HSV(B) | 43.29º | 0.92% | 0.6% | - |
| XYZ | 19.23 | 18.84 | 3 | - |
| YUV | 114.15 | 70.92 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 13 | 0 | 0.25 | 0.92 | 0.4 | 43.29 | 0.84 | 0.33 |
| Hex | 99 | 72 | D | 0 | 19 | 5C | 28 | 2B | 54 | 21 |
| Octal | 231 | 162 | 15 | 0 | 31 | 134 | 50 | 53 | 124 | 41 |
| Binary | 10011001 | 1110010 | 1101 | 0 | 11001 | 1011100 | 101000 | 101011 | 1010100 | 100001 |
Color Harmonies of #99720D
Complementary color
Monochromatic Colors of #99720D
Black with #99720D
Text Example
Text Example
White with #99720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99720D; }
p { color: rgb(153,114,13); }
H1.HeaderClassName
{
color: #99720D;
}
.AnyTagClassName
{
color: #99720D;
}
</style>
background-color css
<style>
a { background-color: #99720D; }
a { background-color: rgb(153,114,13); }
div.DivClassName
{
background-color: #99720D;
}
.BgClassName
{
background-color: #99720D;
}
</style>
border-color css
<style>
span { border-color: #99720D; }
span { border-color: rgb(153,114,13); }
td.TdClassName
{
border-color: #99720D;
}
.TagClassName
{
border-color: #99720D;
}
</style>