Shades of Golden Brown #95760E
Tints of Golden Brown #95760E
RGB
CMYK
RGB Variations
Color information
#95760E (or 0x95760E) is known color: Golden Brown. HEX triplet: 95, 76 and 0E. RGB value is (149,118,14). Sum of RGB (Red+Green+Blue) = 149+118+14=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #95760E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95760E is #6A89F1. Grayscale: #737373. Windows color (decimal): -6982130 or 947861. OLE color: 947861.
HSL color Cylindrical-coordinate representation of color #95760E: hue angle of 46.22º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95760E is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 118 | 14 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.42 |
| HSL | 46.22º | 0.83% | 0.32% | - |
| HSV(B) | 46.22º | 0.91% | 0.58% | - |
| XYZ | 18.95 | 19.38 | 3.16 | - |
| YUV | 115.41 | 70.77 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 14 | 0 | 0.21 | 0.91 | 0.42 | 46.22 | 0.83 | 0.32 |
| Hex | 95 | 76 | E | 0 | 15 | 5B | 2A | 2E | 53 | 20 |
| Octal | 225 | 166 | 16 | 0 | 25 | 133 | 52 | 56 | 123 | 40 |
| Binary | 10010101 | 1110110 | 1110 | 0 | 10101 | 1011011 | 101010 | 101110 | 1010011 | 100000 |
Color Harmonies of #95760E
Complementary color
Monochromatic Colors of #95760E
Black with #95760E
Text Example
Text Example
White with #95760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95760E; }
p { color: rgb(149,118,14); }
H1.HeaderClassName
{
color: #95760E;
}
.AnyTagClassName
{
color: #95760E;
}
</style>
background-color css
<style>
a { background-color: #95760E; }
a { background-color: rgb(149,118,14); }
div.DivClassName
{
background-color: #95760E;
}
.BgClassName
{
background-color: #95760E;
}
</style>
border-color css
<style>
span { border-color: #95760E; }
span { border-color: rgb(149,118,14); }
td.TdClassName
{
border-color: #95760E;
}
.TagClassName
{
border-color: #95760E;
}
</style>