Shades of Golden Brown #955D13
Tints of Golden Brown #955D13
RGB
CMYK
RGB Variations
Color information
#955D13 (or 0x955D13) is known color: Golden Brown. HEX triplet: 95, 5D and 13. RGB value is (149,93,19). Sum of RGB (Red+Green+Blue) = 149+93+19=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #955D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955D13 is #6AA2EC. Grayscale: #656565. Windows color (decimal): -6988525 or 1269141. OLE color: 1269141.
HSL color Cylindrical-coordinate representation of color #955D13: hue angle of 34.15º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #955D13 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 19 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.42 |
| HSL | 34.15º | 0.77% | 0.33% | - |
| HSV(B) | 34.15º | 0.87% | 0.58% | - |
| XYZ | 16.43 | 14.27 | 2.5 | - |
| YUV | 101.31 | 81.55 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 19 | 0 | 0.38 | 0.87 | 0.42 | 34.15 | 0.77 | 0.33 |
| Hex | 95 | 5D | 13 | 0 | 26 | 57 | 2A | 22 | 4D | 21 |
| Octal | 225 | 135 | 23 | 0 | 46 | 127 | 52 | 42 | 115 | 41 |
| Binary | 10010101 | 1011101 | 10011 | 0 | 100110 | 1010111 | 101010 | 100010 | 1001101 | 100001 |
Color Harmonies of #955D13
Complementary color
Monochromatic Colors of #955D13
Black with #955D13
Text Example
Text Example
White with #955D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D13; }
p { color: rgb(149,93,19); }
H1.HeaderClassName
{
color: #955D13;
}
.AnyTagClassName
{
color: #955D13;
}
</style>
background-color css
<style>
a { background-color: #955D13; }
a { background-color: rgb(149,93,19); }
div.DivClassName
{
background-color: #955D13;
}
.BgClassName
{
background-color: #955D13;
}
</style>
border-color css
<style>
span { border-color: #955D13; }
span { border-color: rgb(149,93,19); }
td.TdClassName
{
border-color: #955D13;
}
.TagClassName
{
border-color: #955D13;
}
</style>