Shades of West Coast #5F5332
Tints of West Coast #5F5332
RGB
CMYK
RGB Variations
Color information
#5F5332 (or 0x5F5332) is known color: West Coast. HEX triplet: 5F, 53 and 32. RGB value is (95,83,50). Sum of RGB (Red+Green+Blue) = 95+83+50=228 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.67% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5332 is #A0ACCD. Grayscale: #525252. Windows color (decimal): -10529998 or 3298143. OLE color: 3298143.
HSL color Cylindrical-coordinate representation of color #5F5332: hue angle of 44º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F5332 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 83 | 50 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.63 |
| HSL | 44º | 0.31% | 0.28% | - |
| HSV(B) | 44º | 0.47% | 0.37% | - |
| XYZ | 8.39 | 8.85 | 4.28 | - |
| YUV | 82.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 83 | 50 | 0 | 0.13 | 0.47 | 0.63 | 44 | 0.31 | 0.28 |
| Hex | 5F | 53 | 32 | 0 | D | 2F | 3F | 2C | 1F | 1C |
| Octal | 137 | 123 | 62 | 0 | 15 | 57 | 77 | 54 | 37 | 34 |
| Binary | 1011111 | 1010011 | 110010 | 0 | 1101 | 101111 | 111111 | 101100 | 11111 | 11100 |
Color Harmonies of #5F5332
Complementary color
Monochromatic Colors of #5F5332
Black with #5F5332
Text Example
Text Example
White with #5F5332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5332; }
p { color: rgb(95,83,50); }
H1.HeaderClassName
{
color: #5F5332;
}
.AnyTagClassName
{
color: #5F5332;
}
</style>
background-color css
<style>
a { background-color: #5F5332; }
a { background-color: rgb(95,83,50); }
div.DivClassName
{
background-color: #5F5332;
}
.BgClassName
{
background-color: #5F5332;
}
</style>
border-color css
<style>
span { border-color: #5F5332; }
span { border-color: rgb(95,83,50); }
td.TdClassName
{
border-color: #5F5332;
}
.TagClassName
{
border-color: #5F5332;
}
</style>