Shades of West Coast #584F2E
Tints of West Coast #584F2E
RGB
CMYK
RGB Variations
Color information
#584F2E (or 0x584F2E) is known color: West Coast. HEX triplet: 58, 4F and 2E. RGB value is (88,79,46). Sum of RGB (Red+Green+Blue) = 88+79+46=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #584F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584F2E is #A7B0D1. Grayscale: #4E4E4E. Windows color (decimal): -10989778 or 3034968. OLE color: 3034968.
HSL color Cylindrical-coordinate representation of color #584F2E: hue angle of 47.14º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #584F2E is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 79 | 46 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.65 |
| HSL | 47.14º | 0.31% | 0.26% | - |
| HSV(B) | 47.14º | 0.48% | 0.35% | - |
| XYZ | 7.31 | 7.86 | 3.72 | - |
| YUV | 77.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 79 | 46 | 0 | 0.10 | 0.48 | 0.65 | 47.14 | 0.31 | 0.26 |
| Hex | 58 | 4F | 2E | 0 | A | 30 | 41 | 2F | 1F | 1A |
| Octal | 130 | 117 | 56 | 0 | 12 | 60 | 101 | 57 | 37 | 32 |
| Binary | 1011000 | 1001111 | 101110 | 0 | 1010 | 110000 | 1000001 | 101111 | 11111 | 11010 |
Color Harmonies of #584F2E
Complementary color
Monochromatic Colors of #584F2E
Black with #584F2E
Text Example
Text Example
White with #584F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584F2E; }
p { color: rgb(88,79,46); }
H1.HeaderClassName
{
color: #584F2E;
}
.AnyTagClassName
{
color: #584F2E;
}
</style>
background-color css
<style>
a { background-color: #584F2E; }
a { background-color: rgb(88,79,46); }
div.DivClassName
{
background-color: #584F2E;
}
.BgClassName
{
background-color: #584F2E;
}
</style>
border-color css
<style>
span { border-color: #584F2E; }
span { border-color: rgb(88,79,46); }
td.TdClassName
{
border-color: #584F2E;
}
.TagClassName
{
border-color: #584F2E;
}
</style>