Shades of Golden Brown #95710D
Tints of Golden Brown #95710D
RGB
CMYK
RGB Variations
Color information
#95710D (or 0x95710D) is known color: Golden Brown. HEX triplet: 95, 71 and 0D. RGB value is (149,113,13). Sum of RGB (Red+Green+Blue) = 149+113+13=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #95710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95710D is #6A8EF2. Grayscale: #707070. Windows color (decimal): -6983411 or 881045. OLE color: 881045.
HSL color Cylindrical-coordinate representation of color #95710D: hue angle of 44.12º 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 #95710D is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 113 | 13 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.42 |
| HSL | 44.12º | 0.84% | 0.32% | - |
| HSV(B) | 44.12º | 0.91% | 0.58% | - |
| XYZ | 18.37 | 18.23 | 2.93 | - |
| YUV | 112.36 | 71.93 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 13 | 0 | 0.24 | 0.91 | 0.42 | 44.12 | 0.84 | 0.32 |
| Hex | 95 | 71 | D | 0 | 18 | 5B | 2A | 2C | 54 | 20 |
| Octal | 225 | 161 | 15 | 0 | 30 | 133 | 52 | 54 | 124 | 40 |
| Binary | 10010101 | 1110001 | 1101 | 0 | 11000 | 1011011 | 101010 | 101100 | 1010100 | 100000 |
Color Harmonies of #95710D
Complementary color
Monochromatic Colors of #95710D
Black with #95710D
Text Example
Text Example
White with #95710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95710D; }
p { color: rgb(149,113,13); }
H1.HeaderClassName
{
color: #95710D;
}
.AnyTagClassName
{
color: #95710D;
}
</style>
background-color css
<style>
a { background-color: #95710D; }
a { background-color: rgb(149,113,13); }
div.DivClassName
{
background-color: #95710D;
}
.BgClassName
{
background-color: #95710D;
}
</style>
border-color css
<style>
span { border-color: #95710D; }
span { border-color: rgb(149,113,13); }
td.TdClassName
{
border-color: #95710D;
}
.TagClassName
{
border-color: #95710D;
}
</style>