Shades of West Coast #5F5528
Tints of West Coast #5F5528
RGB
CMYK
RGB Variations
Color information
#5F5528 (or 0x5F5528) is known color: West Coast. HEX triplet: 5F, 55 and 28. RGB value is (95,85,40). Sum of RGB (Red+Green+Blue) = 95+85+40=220 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.18% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5528 is #A0AAD7. Grayscale: #535353. Windows color (decimal): -10529496 or 2643295. OLE color: 2643295.
HSL color Cylindrical-coordinate representation of color #5F5528: hue angle of 49.09º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F5528 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 85 | 40 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.63 |
| HSL | 49.09º | 0.41% | 0.26% | - |
| HSV(B) | 49.09º | 0.58% | 0.37% | - |
| XYZ | 8.35 | 9.08 | 3.32 | - |
| YUV | 82.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 85 | 40 | 0 | 0.11 | 0.58 | 0.63 | 49.09 | 0.41 | 0.26 |
| Hex | 5F | 55 | 28 | 0 | B | 3A | 3F | 31 | 29 | 1A |
| Octal | 137 | 125 | 50 | 0 | 13 | 72 | 77 | 61 | 51 | 32 |
| Binary | 1011111 | 1010101 | 101000 | 0 | 1011 | 111010 | 111111 | 110001 | 101001 | 11010 |
Color Harmonies of #5F5528
Complementary color
Monochromatic Colors of #5F5528
Black with #5F5528
Text Example
Text Example
White with #5F5528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5528; }
p { color: rgb(95,85,40); }
H1.HeaderClassName
{
color: #5F5528;
}
.AnyTagClassName
{
color: #5F5528;
}
</style>
background-color css
<style>
a { background-color: #5F5528; }
a { background-color: rgb(95,85,40); }
div.DivClassName
{
background-color: #5F5528;
}
.BgClassName
{
background-color: #5F5528;
}
</style>
border-color css
<style>
span { border-color: #5F5528; }
span { border-color: rgb(95,85,40); }
td.TdClassName
{
border-color: #5F5528;
}
.TagClassName
{
border-color: #5F5528;
}
</style>