Shades of West Coast #5F5837
Tints of West Coast #5F5837
RGB
CMYK
RGB Variations
Color information
#5F5837 (or 0x5F5837) is known color: West Coast. HEX triplet: 5F, 58 and 37. RGB value is (95,88,55). Sum of RGB (Red+Green+Blue) = 95+88+55=238 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.92% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5837 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5837 is #A0A7C8. Grayscale: #565656. Windows color (decimal): -10528713 or 3627103. OLE color: 3627103.
HSL color Cylindrical-coordinate representation of color #5F5837: hue angle of 49.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F5837 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 88 | 55 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.63 |
| HSL | 49.5º | 0.27% | 0.29% | - |
| HSV(B) | 49.5º | 0.42% | 0.37% | - |
| XYZ | 8.9 | 9.69 | 5.02 | - |
| YUV | 86.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 88 | 55 | 0 | 0.07 | 0.42 | 0.63 | 49.5 | 0.27 | 0.29 |
| Hex | 5F | 58 | 37 | 0 | 7 | 2A | 3F | 32 | 1B | 1D |
| Octal | 137 | 130 | 67 | 0 | 7 | 52 | 77 | 62 | 33 | 35 |
| Binary | 1011111 | 1011000 | 110111 | 0 | 111 | 101010 | 111111 | 110010 | 11011 | 11101 |
Color Harmonies of #5F5837
Complementary color
Monochromatic Colors of #5F5837
Black with #5F5837
Text Example
Text Example
White with #5F5837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5837; }
p { color: rgb(95,88,55); }
H1.HeaderClassName
{
color: #5F5837;
}
.AnyTagClassName
{
color: #5F5837;
}
</style>
background-color css
<style>
a { background-color: #5F5837; }
a { background-color: rgb(95,88,55); }
div.DivClassName
{
background-color: #5F5837;
}
.BgClassName
{
background-color: #5F5837;
}
</style>
border-color css
<style>
span { border-color: #5F5837; }
span { border-color: rgb(95,88,55); }
td.TdClassName
{
border-color: #5F5837;
}
.TagClassName
{
border-color: #5F5837;
}
</style>