Shades of Golden Brown #99720F
Tints of Golden Brown #99720F
RGB
CMYK
RGB Variations
Color information
#99720F (or 0x99720F) is known color: Golden Brown. HEX triplet: 99, 72 and 0F. RGB value is (153,114,15). Sum of RGB (Red+Green+Blue) = 153+114+15=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #99720F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99720F is #668DF0. Grayscale: #727272. Windows color (decimal): -6721009 or 1012377. OLE color: 1012377.
HSL color Cylindrical-coordinate representation of color #99720F: hue angle of 43.04º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99720F is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 114 | 15 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.4 |
| HSL | 43.04º | 0.82% | 0.33% | - |
| HSV(B) | 43.04º | 0.9% | 0.6% | - |
| XYZ | 19.24 | 18.84 | 3.07 | - |
| YUV | 114.38 | 71.92 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 15 | 0 | 0.25 | 0.90 | 0.4 | 43.04 | 0.82 | 0.33 |
| Hex | 99 | 72 | F | 0 | 19 | 5A | 28 | 2B | 52 | 21 |
| Octal | 231 | 162 | 17 | 0 | 31 | 132 | 50 | 53 | 122 | 41 |
| Binary | 10011001 | 1110010 | 1111 | 0 | 11001 | 1011010 | 101000 | 101011 | 1010010 | 100001 |
Color Harmonies of #99720F
Complementary color
Monochromatic Colors of #99720F
Black with #99720F
Text Example
Text Example
White with #99720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99720F; }
p { color: rgb(153,114,15); }
H1.HeaderClassName
{
color: #99720F;
}
.AnyTagClassName
{
color: #99720F;
}
</style>
background-color css
<style>
a { background-color: #99720F; }
a { background-color: rgb(153,114,15); }
div.DivClassName
{
background-color: #99720F;
}
.BgClassName
{
background-color: #99720F;
}
</style>
border-color css
<style>
span { border-color: #99720F; }
span { border-color: rgb(153,114,15); }
td.TdClassName
{
border-color: #99720F;
}
.TagClassName
{
border-color: #99720F;
}
</style>