Shades of West Coast #584D2F
Tints of West Coast #584D2F
RGB
CMYK
RGB Variations
Color information
#584D2F (or 0x584D2F) is known color: West Coast. HEX triplet: 58, 4D and 2F. RGB value is (88,77,47). Sum of RGB (Red+Green+Blue) = 88+77+47=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #584D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D2F is #A7B2D0. Grayscale: #4D4D4D. Windows color (decimal): -10990289 or 3099992. OLE color: 3099992.
HSL color Cylindrical-coordinate representation of color #584D2F: hue angle of 43.9º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #584D2F is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 77 | 47 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.65 |
| HSL | 43.9º | 0.3% | 0.26% | - |
| HSV(B) | 43.9º | 0.47% | 0.35% | - |
| XYZ | 7.19 | 7.59 | 3.77 | - |
| YUV | 76.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 47 | 0 | 0.12 | 0.47 | 0.65 | 43.9 | 0.3 | 0.26 |
| Hex | 58 | 4D | 2F | 0 | C | 2F | 41 | 2C | 1E | 1A |
| Octal | 130 | 115 | 57 | 0 | 14 | 57 | 101 | 54 | 36 | 32 |
| Binary | 1011000 | 1001101 | 101111 | 0 | 1100 | 101111 | 1000001 | 101100 | 11110 | 11010 |
Color Harmonies of #584D2F
Complementary color
Monochromatic Colors of #584D2F
Black with #584D2F
Text Example
Text Example
White with #584D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D2F; }
p { color: rgb(88,77,47); }
H1.HeaderClassName
{
color: #584D2F;
}
.AnyTagClassName
{
color: #584D2F;
}
</style>
background-color css
<style>
a { background-color: #584D2F; }
a { background-color: rgb(88,77,47); }
div.DivClassName
{
background-color: #584D2F;
}
.BgClassName
{
background-color: #584D2F;
}
</style>
border-color css
<style>
span { border-color: #584D2F; }
span { border-color: rgb(88,77,47); }
td.TdClassName
{
border-color: #584D2F;
}
.TagClassName
{
border-color: #584D2F;
}
</style>