Shades of Golden Brown #95590C
Tints of Golden Brown #95590C
RGB
CMYK
RGB Variations
Color information
#95590C (or 0x95590C) is known color: Golden Brown. HEX triplet: 95, 59 and 0C. RGB value is (149,89,12). Sum of RGB (Red+Green+Blue) = 149+89+12=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #95590C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95590C is #6AA6F3. Grayscale: #626262. Windows color (decimal): -6989556 or 809365. OLE color: 809365.
HSL color Cylindrical-coordinate representation of color #95590C: hue angle of 33.72º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95590C is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 12 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.42 |
| HSL | 33.72º | 0.85% | 0.32% | - |
| HSV(B) | 33.72º | 0.92% | 0.58% | - |
| XYZ | 16.03 | 13.56 | 2.12 | - |
| YUV | 98.16 | 79.38 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 12 | 0 | 0.40 | 0.92 | 0.42 | 33.72 | 0.85 | 0.32 |
| Hex | 95 | 59 | C | 0 | 28 | 5C | 2A | 22 | 55 | 20 |
| Octal | 225 | 131 | 14 | 0 | 50 | 134 | 52 | 42 | 125 | 40 |
| Binary | 10010101 | 1011001 | 1100 | 0 | 101000 | 1011100 | 101010 | 100010 | 1010101 | 100000 |
Color Harmonies of #95590C
Complementary color
Monochromatic Colors of #95590C
Black with #95590C
Text Example
Text Example
White with #95590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95590C; }
p { color: rgb(149,89,12); }
H1.HeaderClassName
{
color: #95590C;
}
.AnyTagClassName
{
color: #95590C;
}
</style>
background-color css
<style>
a { background-color: #95590C; }
a { background-color: rgb(149,89,12); }
div.DivClassName
{
background-color: #95590C;
}
.BgClassName
{
background-color: #95590C;
}
</style>
border-color css
<style>
span { border-color: #95590C; }
span { border-color: rgb(149,89,12); }
td.TdClassName
{
border-color: #95590C;
}
.TagClassName
{
border-color: #95590C;
}
</style>