Shades of West Coast #5F5529
Tints of West Coast #5F5529
RGB
CMYK
RGB Variations
Color information
#5F5529 (or 0x5F5529) is known color: West Coast. HEX triplet: 5F, 55 and 29. RGB value is (95,85,41). Sum of RGB (Red+Green+Blue) = 95+85+41=221 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.99% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5529 is #A0AAD6. Grayscale: #535353. Windows color (decimal): -10529495 or 2708831. OLE color: 2708831.
HSL color Cylindrical-coordinate representation of color #5F5529: hue angle of 48.89º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F5529 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 85 | 41 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.63 |
| HSL | 48.89º | 0.4% | 0.27% | - |
| HSV(B) | 48.89º | 0.57% | 0.37% | - |
| XYZ | 8.37 | 9.09 | 3.41 | - |
| YUV | 82.97 | 104.31 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 85 | 41 | 0 | 0.11 | 0.57 | 0.63 | 48.89 | 0.4 | 0.27 |
| Hex | 5F | 55 | 29 | 0 | B | 39 | 3F | 31 | 28 | 1B |
| Octal | 137 | 125 | 51 | 0 | 13 | 71 | 77 | 61 | 50 | 33 |
| Binary | 1011111 | 1010101 | 101001 | 0 | 1011 | 111001 | 111111 | 110001 | 101000 | 11011 |
Color Harmonies of #5F5529
Complementary color
Monochromatic Colors of #5F5529
Black with #5F5529
Text Example
Text Example
White with #5F5529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5529; }
p { color: rgb(95,85,41); }
H1.HeaderClassName
{
color: #5F5529;
}
.AnyTagClassName
{
color: #5F5529;
}
</style>
background-color css
<style>
a { background-color: #5F5529; }
a { background-color: rgb(95,85,41); }
div.DivClassName
{
background-color: #5F5529;
}
.BgClassName
{
background-color: #5F5529;
}
</style>
border-color css
<style>
span { border-color: #5F5529; }
span { border-color: rgb(95,85,41); }
td.TdClassName
{
border-color: #5F5529;
}
.TagClassName
{
border-color: #5F5529;
}
</style>