Shades of West Coast #5C4F36
Tints of West Coast #5C4F36
RGB
CMYK
RGB Variations
Color information
#5C4F36 (or 0x5C4F36) is known color: West Coast. HEX triplet: 5C, 4F and 36. RGB value is (92,79,54). Sum of RGB (Red+Green+Blue) = 92+79+54=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C4F36 is #A3B0C9. Grayscale: #505050. Windows color (decimal): -10727626 or 3559260. OLE color: 3559260.
HSL color Cylindrical-coordinate representation of color #5C4F36: hue angle of 39.47º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C4F36 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 79 | 54 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.64 |
| HSL | 39.47º | 0.26% | 0.29% | - |
| HSV(B) | 39.47º | 0.41% | 0.36% | - |
| XYZ | 7.88 | 8.13 | 4.64 | - |
| YUV | 80.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 79 | 54 | 0 | 0.14 | 0.41 | 0.64 | 39.47 | 0.26 | 0.29 |
| Hex | 5C | 4F | 36 | 0 | E | 29 | 40 | 27 | 1A | 1D |
| Octal | 134 | 117 | 66 | 0 | 16 | 51 | 100 | 47 | 32 | 35 |
| Binary | 1011100 | 1001111 | 110110 | 0 | 1110 | 101001 | 1000000 | 100111 | 11010 | 11101 |
Color Harmonies of #5C4F36
Complementary color
Monochromatic Colors of #5C4F36
Black with #5C4F36
Text Example
Text Example
White with #5C4F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4F36; }
p { color: rgb(92,79,54); }
H1.HeaderClassName
{
color: #5C4F36;
}
.AnyTagClassName
{
color: #5C4F36;
}
</style>
background-color css
<style>
a { background-color: #5C4F36; }
a { background-color: rgb(92,79,54); }
div.DivClassName
{
background-color: #5C4F36;
}
.BgClassName
{
background-color: #5C4F36;
}
</style>
border-color css
<style>
span { border-color: #5C4F36; }
span { border-color: rgb(92,79,54); }
td.TdClassName
{
border-color: #5C4F36;
}
.TagClassName
{
border-color: #5C4F36;
}
</style>