Shades of West Coast #584F30
Tints of West Coast #584F30
RGB
CMYK
RGB Variations
Color information
#584F30 (or 0x584F30) is known color: West Coast. HEX triplet: 58, 4F and 30. RGB value is (88,79,48). Sum of RGB (Red+Green+Blue) = 88+79+48=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #584F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584F30 is #A7B0CF. Grayscale: #4E4E4E. Windows color (decimal): -10989776 or 3166040. OLE color: 3166040.
HSL color Cylindrical-coordinate representation of color #584F30: hue angle of 46.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #584F30 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 79 | 48 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.65 |
| HSL | 46.5º | 0.29% | 0.27% | - |
| HSV(B) | 46.5º | 0.45% | 0.35% | - |
| XYZ | 7.35 | 7.88 | 3.93 | - |
| YUV | 78.16 | 110.98 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 79 | 48 | 0 | 0.10 | 0.45 | 0.65 | 46.5 | 0.29 | 0.27 |
| Hex | 58 | 4F | 30 | 0 | A | 2D | 41 | 2E | 1D | 1B |
| Octal | 130 | 117 | 60 | 0 | 12 | 55 | 101 | 56 | 35 | 33 |
| Binary | 1011000 | 1001111 | 110000 | 0 | 1010 | 101101 | 1000001 | 101110 | 11101 | 11011 |
Color Harmonies of #584F30
Complementary color
Monochromatic Colors of #584F30
Black with #584F30
Text Example
Text Example
White with #584F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584F30; }
p { color: rgb(88,79,48); }
H1.HeaderClassName
{
color: #584F30;
}
.AnyTagClassName
{
color: #584F30;
}
</style>
background-color css
<style>
a { background-color: #584F30; }
a { background-color: rgb(88,79,48); }
div.DivClassName
{
background-color: #584F30;
}
.BgClassName
{
background-color: #584F30;
}
</style>
border-color css
<style>
span { border-color: #584F30; }
span { border-color: rgb(88,79,48); }
td.TdClassName
{
border-color: #584F30;
}
.TagClassName
{
border-color: #584F30;
}
</style>