Shades of Golden Brown #99750D
Tints of Golden Brown #99750D
RGB
CMYK
RGB Variations
Color information
#99750D (or 0x99750D) is known color: Golden Brown. HEX triplet: 99, 75 and 0D. RGB value is (153,117,13). Sum of RGB (Red+Green+Blue) = 153+117+13=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #99750D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99750D is #668AF2. Grayscale: #747474. Windows color (decimal): -6720243 or 882073. OLE color: 882073.
HSL color Cylindrical-coordinate representation of color #99750D: hue angle of 44.57º 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 #99750D is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 117 | 13 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.4 |
| HSL | 44.57º | 0.84% | 0.33% | - |
| HSV(B) | 44.57º | 0.92% | 0.6% | - |
| XYZ | 19.57 | 19.52 | 3.12 | - |
| YUV | 115.91 | 69.93 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 13 | 0 | 0.24 | 0.92 | 0.4 | 44.57 | 0.84 | 0.33 |
| Hex | 99 | 75 | D | 0 | 18 | 5C | 28 | 2D | 54 | 21 |
| Octal | 231 | 165 | 15 | 0 | 30 | 134 | 50 | 55 | 124 | 41 |
| Binary | 10011001 | 1110101 | 1101 | 0 | 11000 | 1011100 | 101000 | 101101 | 1010100 | 100001 |
Color Harmonies of #99750D
Complementary color
Monochromatic Colors of #99750D
Black with #99750D
Text Example
Text Example
White with #99750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99750D; }
p { color: rgb(153,117,13); }
H1.HeaderClassName
{
color: #99750D;
}
.AnyTagClassName
{
color: #99750D;
}
</style>
background-color css
<style>
a { background-color: #99750D; }
a { background-color: rgb(153,117,13); }
div.DivClassName
{
background-color: #99750D;
}
.BgClassName
{
background-color: #99750D;
}
</style>
border-color css
<style>
span { border-color: #99750D; }
span { border-color: rgb(153,117,13); }
td.TdClassName
{
border-color: #99750D;
}
.TagClassName
{
border-color: #99750D;
}
</style>