Shades of Golden Brown #955C14
Tints of Golden Brown #955C14
RGB
CMYK
RGB Variations
Color information
#955C14 (or 0x955C14) is known color: Golden Brown. HEX triplet: 95, 5C and 14. RGB value is (149,92,20). Sum of RGB (Red+Green+Blue) = 149+92+20=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #955C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955C14 is #6AA3EB. Grayscale: #656565. Windows color (decimal): -6988780 or 1334421. OLE color: 1334421.
HSL color Cylindrical-coordinate representation of color #955C14: hue angle of 33.49º degrees, saturation: 0.76, 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 #955C14 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 92 | 20 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.42 |
| HSL | 33.49º | 0.76% | 0.33% | - |
| HSV(B) | 33.49º | 0.87% | 0.58% | - |
| XYZ | 16.35 | 14.09 | 2.52 | - |
| YUV | 100.84 | 82.38 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 20 | 0 | 0.38 | 0.87 | 0.42 | 33.49 | 0.76 | 0.33 |
| Hex | 95 | 5C | 14 | 0 | 26 | 57 | 2A | 21 | 4C | 21 |
| Octal | 225 | 134 | 24 | 0 | 46 | 127 | 52 | 41 | 114 | 41 |
| Binary | 10010101 | 1011100 | 10100 | 0 | 100110 | 1010111 | 101010 | 100001 | 1001100 | 100001 |
Color Harmonies of #955C14
Complementary color
Monochromatic Colors of #955C14
Black with #955C14
Text Example
Text Example
White with #955C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955C14; }
p { color: rgb(149,92,20); }
H1.HeaderClassName
{
color: #955C14;
}
.AnyTagClassName
{
color: #955C14;
}
</style>
background-color css
<style>
a { background-color: #955C14; }
a { background-color: rgb(149,92,20); }
div.DivClassName
{
background-color: #955C14;
}
.BgClassName
{
background-color: #955C14;
}
</style>
border-color css
<style>
span { border-color: #955C14; }
span { border-color: rgb(149,92,20); }
td.TdClassName
{
border-color: #955C14;
}
.TagClassName
{
border-color: #955C14;
}
</style>