Shades of Golden Brown #95760C
Tints of Golden Brown #95760C
RGB
CMYK
RGB Variations
Color information
#95760C (or 0x95760C) is known color: Golden Brown. HEX triplet: 95, 76 and 0C. RGB value is (149,118,12). Sum of RGB (Red+Green+Blue) = 149+118+12=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #95760C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95760C is #6A89F3. Grayscale: #737373. Windows color (decimal): -6982132 or 816789. OLE color: 816789.
HSL color Cylindrical-coordinate representation of color #95760C: hue angle of 46.42º 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 #95760C is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 118 | 12 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.42 |
| HSL | 46.42º | 0.85% | 0.32% | - |
| HSV(B) | 46.42º | 0.92% | 0.58% | - |
| XYZ | 18.94 | 19.37 | 3.09 | - |
| YUV | 115.19 | 69.77 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 12 | 0 | 0.21 | 0.92 | 0.42 | 46.42 | 0.85 | 0.32 |
| Hex | 95 | 76 | C | 0 | 15 | 5C | 2A | 2E | 55 | 20 |
| Octal | 225 | 166 | 14 | 0 | 25 | 134 | 52 | 56 | 125 | 40 |
| Binary | 10010101 | 1110110 | 1100 | 0 | 10101 | 1011100 | 101010 | 101110 | 1010101 | 100000 |
Color Harmonies of #95760C
Complementary color
Monochromatic Colors of #95760C
Black with #95760C
Text Example
Text Example
White with #95760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95760C; }
p { color: rgb(149,118,12); }
H1.HeaderClassName
{
color: #95760C;
}
.AnyTagClassName
{
color: #95760C;
}
</style>
background-color css
<style>
a { background-color: #95760C; }
a { background-color: rgb(149,118,12); }
div.DivClassName
{
background-color: #95760C;
}
.BgClassName
{
background-color: #95760C;
}
</style>
border-color css
<style>
span { border-color: #95760C; }
span { border-color: rgb(149,118,12); }
td.TdClassName
{
border-color: #95760C;
}
.TagClassName
{
border-color: #95760C;
}
</style>