Shades of Golden Brown #99730C
Tints of Golden Brown #99730C
RGB
CMYK
RGB Variations
Color information
#99730C (or 0x99730C) is known color: Golden Brown. HEX triplet: 99, 73 and 0C. RGB value is (153,115,12). Sum of RGB (Red+Green+Blue) = 153+115+12=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #99730C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99730C is #668CF3. Grayscale: #737373. Windows color (decimal): -6720756 or 816025. OLE color: 816025.
HSL color Cylindrical-coordinate representation of color #99730C: hue angle of 43.83º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99730C is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 12 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.4 |
| HSL | 43.83º | 0.85% | 0.32% | - |
| HSV(B) | 43.83º | 0.92% | 0.6% | - |
| XYZ | 19.33 | 19.06 | 3.01 | - |
| YUV | 114.62 | 70.09 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 12 | 0 | 0.25 | 0.92 | 0.4 | 43.83 | 0.85 | 0.32 |
| Hex | 99 | 73 | C | 0 | 19 | 5C | 28 | 2C | 55 | 20 |
| Octal | 231 | 163 | 14 | 0 | 31 | 134 | 50 | 54 | 125 | 40 |
| Binary | 10011001 | 1110011 | 1100 | 0 | 11001 | 1011100 | 101000 | 101100 | 1010101 | 100000 |
Color Harmonies of #99730C
Complementary color
Monochromatic Colors of #99730C
Black with #99730C
Text Example
Text Example
White with #99730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99730C; }
p { color: rgb(153,115,12); }
H1.HeaderClassName
{
color: #99730C;
}
.AnyTagClassName
{
color: #99730C;
}
</style>
background-color css
<style>
a { background-color: #99730C; }
a { background-color: rgb(153,115,12); }
div.DivClassName
{
background-color: #99730C;
}
.BgClassName
{
background-color: #99730C;
}
</style>
border-color css
<style>
span { border-color: #99730C; }
span { border-color: rgb(153,115,12); }
td.TdClassName
{
border-color: #99730C;
}
.TagClassName
{
border-color: #99730C;
}
</style>