Shades of West Coast #5C4E2D
Tints of West Coast #5C4E2D
RGB
CMYK
RGB Variations
Color information
#5C4E2D (or 0x5C4E2D) is known color: West Coast. HEX triplet: 5C, 4E and 2D. RGB value is (92,78,45). Sum of RGB (Red+Green+Blue) = 92+78+45=215 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.79% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C4E2D is #A3B1D2. Grayscale: #4E4E4E. Windows color (decimal): -10727891 or 2969180. OLE color: 2969180.
HSL color Cylindrical-coordinate representation of color #5C4E2D: hue angle of 42.13º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C4E2D is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 78 | 45 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.64 |
| HSL | 42.13º | 0.34% | 0.27% | - |
| HSV(B) | 42.13º | 0.51% | 0.36% | - |
| XYZ | 7.61 | 7.91 | 3.61 | - |
| YUV | 78.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 45 | 0 | 0.15 | 0.51 | 0.64 | 42.13 | 0.34 | 0.27 |
| Hex | 5C | 4E | 2D | 0 | F | 33 | 40 | 2A | 22 | 1B |
| Octal | 134 | 116 | 55 | 0 | 17 | 63 | 100 | 52 | 42 | 33 |
| Binary | 1011100 | 1001110 | 101101 | 0 | 1111 | 110011 | 1000000 | 101010 | 100010 | 11011 |
Color Harmonies of #5C4E2D
Complementary color
Monochromatic Colors of #5C4E2D
Black with #5C4E2D
Text Example
Text Example
White with #5C4E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4E2D; }
p { color: rgb(92,78,45); }
H1.HeaderClassName
{
color: #5C4E2D;
}
.AnyTagClassName
{
color: #5C4E2D;
}
</style>
background-color css
<style>
a { background-color: #5C4E2D; }
a { background-color: rgb(92,78,45); }
div.DivClassName
{
background-color: #5C4E2D;
}
.BgClassName
{
background-color: #5C4E2D;
}
</style>
border-color css
<style>
span { border-color: #5C4E2D; }
span { border-color: rgb(92,78,45); }
td.TdClassName
{
border-color: #5C4E2D;
}
.TagClassName
{
border-color: #5C4E2D;
}
</style>