Shades of Golden Brown #99540A
Tints of Golden Brown #99540A
RGB
CMYK
RGB Variations
Color information
#99540A (or 0x99540A) is known color: Golden Brown. HEX triplet: 99, 54 and 0A. RGB value is (153,84,10). Sum of RGB (Red+Green+Blue) = 153+84+10=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #99540A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99540A is #66ABF5. Grayscale: #606060. Windows color (decimal): -6728694 or 677017. OLE color: 677017.
HSL color Cylindrical-coordinate representation of color #99540A: hue angle of 31.05º 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 #99540A is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 10 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.4 |
| HSL | 31.05º | 0.88% | 0.32% | - |
| HSV(B) | 31.05º | 0.93% | 0.6% | - |
| XYZ | 16.36 | 13.13 | 1.96 | - |
| YUV | 96.2 | 79.36 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 10 | 0 | 0.45 | 0.93 | 0.4 | 31.05 | 0.88 | 0.32 |
| Hex | 99 | 54 | A | 0 | 2D | 5D | 28 | 1F | 58 | 20 |
| Octal | 231 | 124 | 12 | 0 | 55 | 135 | 50 | 37 | 130 | 40 |
| Binary | 10011001 | 1010100 | 1010 | 0 | 101101 | 1011101 | 101000 | 11111 | 1011000 | 100000 |
Color Harmonies of #99540A
Complementary color
Monochromatic Colors of #99540A
Black with #99540A
Text Example
Text Example
White with #99540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99540A; }
p { color: rgb(153,84,10); }
H1.HeaderClassName
{
color: #99540A;
}
.AnyTagClassName
{
color: #99540A;
}
</style>
background-color css
<style>
a { background-color: #99540A; }
a { background-color: rgb(153,84,10); }
div.DivClassName
{
background-color: #99540A;
}
.BgClassName
{
background-color: #99540A;
}
</style>
border-color css
<style>
span { border-color: #99540A; }
span { border-color: rgb(153,84,10); }
td.TdClassName
{
border-color: #99540A;
}
.TagClassName
{
border-color: #99540A;
}
</style>