Shades of West Coast #5C4E31
Tints of West Coast #5C4E31
RGB
CMYK
RGB Variations
Color information
#5C4E31 (or 0x5C4E31) is known color: West Coast. HEX triplet: 5C, 4E and 31. RGB value is (92,78,49). Sum of RGB (Red+Green+Blue) = 92+78+49=219 (29% of max value = 765). Red value is 92 (36.33% from 255 or 42.01% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C4E31 is #A3B1CE. Grayscale: #4F4F4F. Windows color (decimal): -10727887 or 3231324. OLE color: 3231324.
HSL color Cylindrical-coordinate representation of color #5C4E31: hue angle of 40.47º 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 #5C4E31 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 78 | 49 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.64 |
| HSL | 40.47º | 0.3% | 0.28% | - |
| HSV(B) | 40.47º | 0.47% | 0.36% | - |
| XYZ | 7.69 | 7.95 | 4.03 | - |
| YUV | 78.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 49 | 0 | 0.15 | 0.47 | 0.64 | 40.47 | 0.3 | 0.28 |
| Hex | 5C | 4E | 31 | 0 | F | 2F | 40 | 28 | 1E | 1C |
| Octal | 134 | 116 | 61 | 0 | 17 | 57 | 100 | 50 | 36 | 34 |
| Binary | 1011100 | 1001110 | 110001 | 0 | 1111 | 101111 | 1000000 | 101000 | 11110 | 11100 |
Color Harmonies of #5C4E31
Complementary color
Monochromatic Colors of #5C4E31
Black with #5C4E31
Text Example
Text Example
White with #5C4E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4E31; }
p { color: rgb(92,78,49); }
H1.HeaderClassName
{
color: #5C4E31;
}
.AnyTagClassName
{
color: #5C4E31;
}
</style>
background-color css
<style>
a { background-color: #5C4E31; }
a { background-color: rgb(92,78,49); }
div.DivClassName
{
background-color: #5C4E31;
}
.BgClassName
{
background-color: #5C4E31;
}
</style>
border-color css
<style>
span { border-color: #5C4E31; }
span { border-color: rgb(92,78,49); }
td.TdClassName
{
border-color: #5C4E31;
}
.TagClassName
{
border-color: #5C4E31;
}
</style>