Shades of West Coast #62572C
Tints of West Coast #62572C
RGB
CMYK
RGB Variations
Color information
#62572C (or 0x62572C) is known color: West Coast. HEX triplet: 62, 57 and 2C. RGB value is (98,87,44). Sum of RGB (Red+Green+Blue) = 98+87+44=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 98 - color contains mainly: red. Hex color #62572C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62572C is #9DA8D3. Grayscale: #555555. Windows color (decimal): -10332372 or 2905954. OLE color: 2905954.
HSL color Cylindrical-coordinate representation of color #62572C: hue angle of 47.78º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62572C is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 87 | 44 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.62 |
| HSL | 47.78º | 0.38% | 0.28% | - |
| HSV(B) | 47.78º | 0.55% | 0.38% | - |
| XYZ | 8.9 | 9.59 | 3.77 | - |
| YUV | 85.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 87 | 44 | 0 | 0.11 | 0.55 | 0.62 | 47.78 | 0.38 | 0.28 |
| Hex | 62 | 57 | 2C | 0 | B | 37 | 3E | 30 | 26 | 1C |
| Octal | 142 | 127 | 54 | 0 | 13 | 67 | 76 | 60 | 46 | 34 |
| Binary | 1100010 | 1010111 | 101100 | 0 | 1011 | 110111 | 111110 | 110000 | 100110 | 11100 |
Color Harmonies of #62572C
Complementary color
Monochromatic Colors of #62572C
Black with #62572C
Text Example
Text Example
White with #62572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62572C; }
p { color: rgb(98,87,44); }
H1.HeaderClassName
{
color: #62572C;
}
.AnyTagClassName
{
color: #62572C;
}
</style>
background-color css
<style>
a { background-color: #62572C; }
a { background-color: rgb(98,87,44); }
div.DivClassName
{
background-color: #62572C;
}
.BgClassName
{
background-color: #62572C;
}
</style>
border-color css
<style>
span { border-color: #62572C; }
span { border-color: rgb(98,87,44); }
td.TdClassName
{
border-color: #62572C;
}
.TagClassName
{
border-color: #62572C;
}
</style>