Shades of Golden Brown #95760D
Tints of Golden Brown #95760D
RGB
CMYK
RGB Variations
Color information
#95760D (or 0x95760D) is known color: Golden Brown. HEX triplet: 95, 76 and 0D. RGB value is (149,118,13). Sum of RGB (Red+Green+Blue) = 149+118+13=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #95760D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95760D is #6A89F2. Grayscale: #737373. Windows color (decimal): -6982131 or 882325. OLE color: 882325.
HSL color Cylindrical-coordinate representation of color #95760D: hue angle of 46.32º degrees, saturation: 0.84, 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 #95760D is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 118 | 13 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.42 |
| HSL | 46.32º | 0.84% | 0.32% | - |
| HSV(B) | 46.32º | 0.91% | 0.58% | - |
| XYZ | 18.95 | 19.38 | 3.12 | - |
| YUV | 115.3 | 70.27 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 13 | 0 | 0.21 | 0.91 | 0.42 | 46.32 | 0.84 | 0.32 |
| Hex | 95 | 76 | D | 0 | 15 | 5B | 2A | 2E | 54 | 20 |
| Octal | 225 | 166 | 15 | 0 | 25 | 133 | 52 | 56 | 124 | 40 |
| Binary | 10010101 | 1110110 | 1101 | 0 | 10101 | 1011011 | 101010 | 101110 | 1010100 | 100000 |
Color Harmonies of #95760D
Complementary color
Monochromatic Colors of #95760D
Black with #95760D
Text Example
Text Example
White with #95760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95760D; }
p { color: rgb(149,118,13); }
H1.HeaderClassName
{
color: #95760D;
}
.AnyTagClassName
{
color: #95760D;
}
</style>
background-color css
<style>
a { background-color: #95760D; }
a { background-color: rgb(149,118,13); }
div.DivClassName
{
background-color: #95760D;
}
.BgClassName
{
background-color: #95760D;
}
</style>
border-color css
<style>
span { border-color: #95760D; }
span { border-color: rgb(149,118,13); }
td.TdClassName
{
border-color: #95760D;
}
.TagClassName
{
border-color: #95760D;
}
</style>