Shades of West Coast #62572D
Tints of West Coast #62572D
RGB
CMYK
RGB Variations
Color information
#62572D (or 0x62572D) is known color: West Coast. HEX triplet: 62, 57 and 2D. RGB value is (98,87,45). Sum of RGB (Red+Green+Blue) = 98+87+45=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 98 - color contains mainly: red. Hex color #62572D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62572D is #9DA8D2. Grayscale: #555555. Windows color (decimal): -10332371 or 2971490. OLE color: 2971490.
HSL color Cylindrical-coordinate representation of color #62572D: hue angle of 47.55º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62572D is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 87 | 45 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.62 |
| HSL | 47.55º | 0.37% | 0.28% | - |
| HSV(B) | 47.55º | 0.54% | 0.38% | - |
| XYZ | 8.92 | 9.6 | 3.87 | - |
| YUV | 85.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 87 | 45 | 0 | 0.11 | 0.54 | 0.62 | 47.55 | 0.37 | 0.28 |
| Hex | 62 | 57 | 2D | 0 | B | 36 | 3E | 30 | 25 | 1C |
| Octal | 142 | 127 | 55 | 0 | 13 | 66 | 76 | 60 | 45 | 34 |
| Binary | 1100010 | 1010111 | 101101 | 0 | 1011 | 110110 | 111110 | 110000 | 100101 | 11100 |
Color Harmonies of #62572D
Complementary color
Monochromatic Colors of #62572D
Black with #62572D
Text Example
Text Example
White with #62572D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62572D; }
p { color: rgb(98,87,45); }
H1.HeaderClassName
{
color: #62572D;
}
.AnyTagClassName
{
color: #62572D;
}
</style>
background-color css
<style>
a { background-color: #62572D; }
a { background-color: rgb(98,87,45); }
div.DivClassName
{
background-color: #62572D;
}
.BgClassName
{
background-color: #62572D;
}
</style>
border-color css
<style>
span { border-color: #62572D; }
span { border-color: rgb(98,87,45); }
td.TdClassName
{
border-color: #62572D;
}
.TagClassName
{
border-color: #62572D;
}
</style>