Shades of Golden Brown #99750A
Tints of Golden Brown #99750A
RGB
CMYK
RGB Variations
Color information
#99750A (or 0x99750A) is known color: Golden Brown. HEX triplet: 99, 75 and 0A. RGB value is (153,117,10). Sum of RGB (Red+Green+Blue) = 153+117+10=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #99750A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99750A is #668AF5. Grayscale: #747474. Windows color (decimal): -6720246 or 685465. OLE color: 685465.
HSL color Cylindrical-coordinate representation of color #99750A: hue angle of 44.9º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99750A is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 117 | 10 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.4 |
| HSL | 44.9º | 0.88% | 0.32% | - |
| HSV(B) | 44.9º | 0.93% | 0.6% | - |
| XYZ | 19.55 | 19.52 | 3.02 | - |
| YUV | 115.57 | 68.43 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 10 | 0 | 0.24 | 0.93 | 0.4 | 44.9 | 0.88 | 0.32 |
| Hex | 99 | 75 | A | 0 | 18 | 5D | 28 | 2D | 58 | 20 |
| Octal | 231 | 165 | 12 | 0 | 30 | 135 | 50 | 55 | 130 | 40 |
| Binary | 10011001 | 1110101 | 1010 | 0 | 11000 | 1011101 | 101000 | 101101 | 1011000 | 100000 |
Color Harmonies of #99750A
Complementary color
Monochromatic Colors of #99750A
Black with #99750A
Text Example
Text Example
White with #99750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99750A; }
p { color: rgb(153,117,10); }
H1.HeaderClassName
{
color: #99750A;
}
.AnyTagClassName
{
color: #99750A;
}
</style>
background-color css
<style>
a { background-color: #99750A; }
a { background-color: rgb(153,117,10); }
div.DivClassName
{
background-color: #99750A;
}
.BgClassName
{
background-color: #99750A;
}
</style>
border-color css
<style>
span { border-color: #99750A; }
span { border-color: rgb(153,117,10); }
td.TdClassName
{
border-color: #99750A;
}
.TagClassName
{
border-color: #99750A;
}
</style>