Shades of Golden Brown #99580C
Tints of Golden Brown #99580C
RGB
CMYK
RGB Variations
Color information
#99580C (or 0x99580C) is known color: Golden Brown. HEX triplet: 99, 58 and 0C. RGB value is (153,88,12). Sum of RGB (Red+Green+Blue) = 153+88+12=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #99580C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99580C is #66A7F3. Grayscale: #636363. Windows color (decimal): -6727668 or 809113. OLE color: 809113.
HSL color Cylindrical-coordinate representation of color #99580C: hue angle of 32.34º 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 #99580C is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 88 | 12 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.4 |
| HSL | 32.34º | 0.85% | 0.32% | - |
| HSV(B) | 32.34º | 0.92% | 0.6% | - |
| XYZ | 16.69 | 13.78 | 2.13 | - |
| YUV | 98.77 | 79.03 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 12 | 0 | 0.42 | 0.92 | 0.4 | 32.34 | 0.85 | 0.32 |
| Hex | 99 | 58 | C | 0 | 2A | 5C | 28 | 20 | 55 | 20 |
| Octal | 231 | 130 | 14 | 0 | 52 | 134 | 50 | 40 | 125 | 40 |
| Binary | 10011001 | 1011000 | 1100 | 0 | 101010 | 1011100 | 101000 | 100000 | 1010101 | 100000 |
Color Harmonies of #99580C
Complementary color
Monochromatic Colors of #99580C
Black with #99580C
Text Example
Text Example
White with #99580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99580C; }
p { color: rgb(153,88,12); }
H1.HeaderClassName
{
color: #99580C;
}
.AnyTagClassName
{
color: #99580C;
}
</style>
background-color css
<style>
a { background-color: #99580C; }
a { background-color: rgb(153,88,12); }
div.DivClassName
{
background-color: #99580C;
}
.BgClassName
{
background-color: #99580C;
}
</style>
border-color css
<style>
span { border-color: #99580C; }
span { border-color: rgb(153,88,12); }
td.TdClassName
{
border-color: #99580C;
}
.TagClassName
{
border-color: #99580C;
}
</style>