Shades of West Coast #5C5131
Tints of West Coast #5C5131
RGB
CMYK
RGB Variations
Color information
#5C5131 (or 0x5C5131) is known color: West Coast. HEX triplet: 5C, 51 and 31. RGB value is (92,81,49). Sum of RGB (Red+Green+Blue) = 92+81+49=222 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.44% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5131 is #A3AECE. Grayscale: #505050. Windows color (decimal): -10727119 or 3232092. OLE color: 3232092.
HSL color Cylindrical-coordinate representation of color #5C5131: hue angle of 44.65º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C5131 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 81 | 49 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.64 |
| HSL | 44.65º | 0.3% | 0.28% | - |
| HSV(B) | 44.65º | 0.47% | 0.36% | - |
| XYZ | 7.91 | 8.38 | 4.11 | - |
| YUV | 80.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 49 | 0 | 0.12 | 0.47 | 0.64 | 44.65 | 0.3 | 0.28 |
| Hex | 5C | 51 | 31 | 0 | C | 2F | 40 | 2D | 1E | 1C |
| Octal | 134 | 121 | 61 | 0 | 14 | 57 | 100 | 55 | 36 | 34 |
| Binary | 1011100 | 1010001 | 110001 | 0 | 1100 | 101111 | 1000000 | 101101 | 11110 | 11100 |
Color Harmonies of #5C5131
Complementary color
Monochromatic Colors of #5C5131
Black with #5C5131
Text Example
Text Example
White with #5C5131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5131; }
p { color: rgb(92,81,49); }
H1.HeaderClassName
{
color: #5C5131;
}
.AnyTagClassName
{
color: #5C5131;
}
</style>
background-color css
<style>
a { background-color: #5C5131; }
a { background-color: rgb(92,81,49); }
div.DivClassName
{
background-color: #5C5131;
}
.BgClassName
{
background-color: #5C5131;
}
</style>
border-color css
<style>
span { border-color: #5C5131; }
span { border-color: rgb(92,81,49); }
td.TdClassName
{
border-color: #5C5131;
}
.TagClassName
{
border-color: #5C5131;
}
</style>