Shades of Golden Brown #955E15
Tints of Golden Brown #955E15
RGB
CMYK
RGB Variations
Color information
#955E15 (or 0x955E15) is known color: Golden Brown. HEX triplet: 95, 5E and 15. RGB value is (149,94,21). Sum of RGB (Red+Green+Blue) = 149+94+21=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #955E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955E15 is #6AA1EA. Grayscale: #666666. Windows color (decimal): -6988267 or 1400469. OLE color: 1400469.
HSL color Cylindrical-coordinate representation of color #955E15: hue angle of 34.22º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #955E15 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 94 | 21 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.42 |
| HSL | 34.22º | 0.75% | 0.33% | - |
| HSV(B) | 34.22º | 0.86% | 0.58% | - |
| XYZ | 16.53 | 14.45 | 2.63 | - |
| YUV | 102.12 | 82.22 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 21 | 0 | 0.37 | 0.86 | 0.42 | 34.22 | 0.75 | 0.33 |
| Hex | 95 | 5E | 15 | 0 | 25 | 56 | 2A | 22 | 4B | 21 |
| Octal | 225 | 136 | 25 | 0 | 45 | 126 | 52 | 42 | 113 | 41 |
| Binary | 10010101 | 1011110 | 10101 | 0 | 100101 | 1010110 | 101010 | 100010 | 1001011 | 100001 |
Color Harmonies of #955E15
Complementary color
Monochromatic Colors of #955E15
Black with #955E15
Text Example
Text Example
White with #955E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E15; }
p { color: rgb(149,94,21); }
H1.HeaderClassName
{
color: #955E15;
}
.AnyTagClassName
{
color: #955E15;
}
</style>
background-color css
<style>
a { background-color: #955E15; }
a { background-color: rgb(149,94,21); }
div.DivClassName
{
background-color: #955E15;
}
.BgClassName
{
background-color: #955E15;
}
</style>
border-color css
<style>
span { border-color: #955E15; }
span { border-color: rgb(149,94,21); }
td.TdClassName
{
border-color: #955E15;
}
.TagClassName
{
border-color: #955E15;
}
</style>