Shades of Golden Brown #95560C
Tints of Golden Brown #95560C
RGB
CMYK
RGB Variations
Color information
#95560C (or 0x95560C) is known color: Golden Brown. HEX triplet: 95, 56 and 0C. RGB value is (149,86,12). Sum of RGB (Red+Green+Blue) = 149+86+12=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #95560C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95560C is #6AA9F3. Grayscale: #606060. Windows color (decimal): -6990324 or 808597. OLE color: 808597.
HSL color Cylindrical-coordinate representation of color #95560C: hue angle of 32.41º 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 #95560C is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 86 | 12 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.42 |
| HSL | 32.41º | 0.85% | 0.32% | - |
| HSV(B) | 32.41º | 0.92% | 0.58% | - |
| XYZ | 15.79 | 13.07 | 2.04 | - |
| YUV | 96.4 | 80.37 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 86 | 12 | 0 | 0.42 | 0.92 | 0.42 | 32.41 | 0.85 | 0.32 |
| Hex | 95 | 56 | C | 0 | 2A | 5C | 2A | 20 | 55 | 20 |
| Octal | 225 | 126 | 14 | 0 | 52 | 134 | 52 | 40 | 125 | 40 |
| Binary | 10010101 | 1010110 | 1100 | 0 | 101010 | 1011100 | 101010 | 100000 | 1010101 | 100000 |
Color Harmonies of #95560C
Complementary color
Monochromatic Colors of #95560C
Black with #95560C
Text Example
Text Example
White with #95560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95560C; }
p { color: rgb(149,86,12); }
H1.HeaderClassName
{
color: #95560C;
}
.AnyTagClassName
{
color: #95560C;
}
</style>
background-color css
<style>
a { background-color: #95560C; }
a { background-color: rgb(149,86,12); }
div.DivClassName
{
background-color: #95560C;
}
.BgClassName
{
background-color: #95560C;
}
</style>
border-color css
<style>
span { border-color: #95560C; }
span { border-color: rgb(149,86,12); }
td.TdClassName
{
border-color: #95560C;
}
.TagClassName
{
border-color: #95560C;
}
</style>