Shades of West Coast #5F4F32
Tints of West Coast #5F4F32
RGB
CMYK
RGB Variations
Color information
#5F4F32 (or 0x5F4F32) is known color: West Coast. HEX triplet: 5F, 4F and 32. RGB value is (95,79,50). Sum of RGB (Red+Green+Blue) = 95+79+50=224 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.41% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F4F32 is #A0B0CD. Grayscale: #505050. Windows color (decimal): -10531022 or 3297119. OLE color: 3297119.
HSL color Cylindrical-coordinate representation of color #5F4F32: hue angle of 38.67º 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 #5F4F32 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 79 | 50 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.63 |
| HSL | 38.67º | 0.31% | 0.28% | - |
| HSV(B) | 38.67º | 0.47% | 0.37% | - |
| XYZ | 8.09 | 8.26 | 4.18 | - |
| YUV | 80.48 | 110.8 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 79 | 50 | 0 | 0.17 | 0.47 | 0.63 | 38.67 | 0.31 | 0.28 |
| Hex | 5F | 4F | 32 | 0 | 11 | 2F | 3F | 27 | 1F | 1C |
| Octal | 137 | 117 | 62 | 0 | 21 | 57 | 77 | 47 | 37 | 34 |
| Binary | 1011111 | 1001111 | 110010 | 0 | 10001 | 101111 | 111111 | 100111 | 11111 | 11100 |
Color Harmonies of #5F4F32
Complementary color
Monochromatic Colors of #5F4F32
Black with #5F4F32
Text Example
Text Example
White with #5F4F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4F32; }
p { color: rgb(95,79,50); }
H1.HeaderClassName
{
color: #5F4F32;
}
.AnyTagClassName
{
color: #5F4F32;
}
</style>
background-color css
<style>
a { background-color: #5F4F32; }
a { background-color: rgb(95,79,50); }
div.DivClassName
{
background-color: #5F4F32;
}
.BgClassName
{
background-color: #5F4F32;
}
</style>
border-color css
<style>
span { border-color: #5F4F32; }
span { border-color: rgb(95,79,50); }
td.TdClassName
{
border-color: #5F4F32;
}
.TagClassName
{
border-color: #5F4F32;
}
</style>