Shades of West Coast #584E31
Tints of West Coast #584E31
RGB
CMYK
RGB Variations
Color information
#584E31 (or 0x584E31) is known color: West Coast. HEX triplet: 58, 4E and 31. RGB value is (88,78,49). Sum of RGB (Red+Green+Blue) = 88+78+49=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #584E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584E31 is #A7B1CE. Grayscale: #4D4D4D. Windows color (decimal): -10990031 or 3231320. OLE color: 3231320.
HSL color Cylindrical-coordinate representation of color #584E31: hue angle of 44.62º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #584E31 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 78 | 49 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.65 |
| HSL | 44.62º | 0.28% | 0.27% | - |
| HSV(B) | 44.62º | 0.44% | 0.35% | - |
| XYZ | 7.3 | 7.75 | 4.02 | - |
| YUV | 77.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 49 | 0 | 0.11 | 0.44 | 0.65 | 44.62 | 0.28 | 0.27 |
| Hex | 58 | 4E | 31 | 0 | B | 2C | 41 | 2D | 1C | 1B |
| Octal | 130 | 116 | 61 | 0 | 13 | 54 | 101 | 55 | 34 | 33 |
| Binary | 1011000 | 1001110 | 110001 | 0 | 1011 | 101100 | 1000001 | 101101 | 11100 | 11011 |
Color Harmonies of #584E31
Complementary color
Monochromatic Colors of #584E31
Black with #584E31
Text Example
Text Example
White with #584E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E31; }
p { color: rgb(88,78,49); }
H1.HeaderClassName
{
color: #584E31;
}
.AnyTagClassName
{
color: #584E31;
}
</style>
background-color css
<style>
a { background-color: #584E31; }
a { background-color: rgb(88,78,49); }
div.DivClassName
{
background-color: #584E31;
}
.BgClassName
{
background-color: #584E31;
}
</style>
border-color css
<style>
span { border-color: #584E31; }
span { border-color: rgb(88,78,49); }
td.TdClassName
{
border-color: #584E31;
}
.TagClassName
{
border-color: #584E31;
}
</style>