Shades of Golden Brown #99721C
Tints of Golden Brown #99721C
RGB
CMYK
RGB Variations
Color information
#99721C (or 0x99721C) is known color: Golden Brown. HEX triplet: 99, 72 and 1C. RGB value is (153,114,28). Sum of RGB (Red+Green+Blue) = 153+114+28=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #99721C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99721C is #668DE3. Grayscale: #747474. Windows color (decimal): -6720996 or 1864345. OLE color: 1864345.
HSL color Cylindrical-coordinate representation of color #99721C: hue angle of 41.28º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99721C is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 114 | 28 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.4 |
| HSL | 41.28º | 0.69% | 0.35% | - |
| HSV(B) | 41.28º | 0.82% | 0.6% | - |
| XYZ | 19.36 | 18.89 | 3.72 | - |
| YUV | 115.86 | 78.42 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 28 | 0 | 0.25 | 0.82 | 0.4 | 41.28 | 0.69 | 0.35 |
| Hex | 99 | 72 | 1C | 0 | 19 | 52 | 28 | 29 | 45 | 23 |
| Octal | 231 | 162 | 34 | 0 | 31 | 122 | 50 | 51 | 105 | 43 |
| Binary | 10011001 | 1110010 | 11100 | 0 | 11001 | 1010010 | 101000 | 101001 | 1000101 | 100011 |
Color Harmonies of #99721C
Complementary color
Monochromatic Colors of #99721C
Black with #99721C
Text Example
Text Example
White with #99721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99721C; }
p { color: rgb(153,114,28); }
H1.HeaderClassName
{
color: #99721C;
}
.AnyTagClassName
{
color: #99721C;
}
</style>
background-color css
<style>
a { background-color: #99721C; }
a { background-color: rgb(153,114,28); }
div.DivClassName
{
background-color: #99721C;
}
.BgClassName
{
background-color: #99721C;
}
</style>
border-color css
<style>
span { border-color: #99721C; }
span { border-color: rgb(153,114,28); }
td.TdClassName
{
border-color: #99721C;
}
.TagClassName
{
border-color: #99721C;
}
</style>