Shades of Golden Brown #95560D
Tints of Golden Brown #95560D
RGB
CMYK
RGB Variations
Color information
#95560D (or 0x95560D) is known color: Golden Brown. HEX triplet: 95, 56 and 0D. RGB value is (149,86,13). Sum of RGB (Red+Green+Blue) = 149+86+13=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #95560D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95560D is #6AA9F2. Grayscale: #606060. Windows color (decimal): -6990323 or 874133. OLE color: 874133.
HSL color Cylindrical-coordinate representation of color #95560D: hue angle of 32.21º 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 #95560D is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 86 | 13 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.42 |
| HSL | 32.21º | 0.84% | 0.32% | - |
| HSV(B) | 32.21º | 0.91% | 0.58% | - |
| XYZ | 15.79 | 13.07 | 2.07 | - |
| YUV | 96.52 | 80.87 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 86 | 13 | 0 | 0.42 | 0.91 | 0.42 | 32.21 | 0.84 | 0.32 |
| Hex | 95 | 56 | D | 0 | 2A | 5B | 2A | 20 | 54 | 20 |
| Octal | 225 | 126 | 15 | 0 | 52 | 133 | 52 | 40 | 124 | 40 |
| Binary | 10010101 | 1010110 | 1101 | 0 | 101010 | 1011011 | 101010 | 100000 | 1010100 | 100000 |
Color Harmonies of #95560D
Complementary color
Monochromatic Colors of #95560D
Black with #95560D
Text Example
Text Example
White with #95560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95560D; }
p { color: rgb(149,86,13); }
H1.HeaderClassName
{
color: #95560D;
}
.AnyTagClassName
{
color: #95560D;
}
</style>
background-color css
<style>
a { background-color: #95560D; }
a { background-color: rgb(149,86,13); }
div.DivClassName
{
background-color: #95560D;
}
.BgClassName
{
background-color: #95560D;
}
</style>
border-color css
<style>
span { border-color: #95560D; }
span { border-color: rgb(149,86,13); }
td.TdClassName
{
border-color: #95560D;
}
.TagClassName
{
border-color: #95560D;
}
</style>