Shades of West Coast #62542D
Tints of West Coast #62542D
RGB
CMYK
RGB Variations
Color information
#62542D (or 0x62542D) is known color: West Coast. HEX triplet: 62, 54 and 2D. RGB value is (98,84,45). Sum of RGB (Red+Green+Blue) = 98+84+45=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 98 - color contains mainly: red. Hex color #62542D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62542D is #9DABD2. Grayscale: #535353. Windows color (decimal): -10333139 or 2970722. OLE color: 2970722.
HSL color Cylindrical-coordinate representation of color #62542D: hue angle of 44.15º 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 #62542D is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 84 | 45 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.62 |
| HSL | 44.15º | 0.37% | 0.28% | - |
| HSV(B) | 44.15º | 0.54% | 0.38% | - |
| XYZ | 8.68 | 9.13 | 3.79 | - |
| YUV | 83.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 84 | 45 | 0 | 0.14 | 0.54 | 0.62 | 44.15 | 0.37 | 0.28 |
| Hex | 62 | 54 | 2D | 0 | E | 36 | 3E | 2C | 25 | 1C |
| Octal | 142 | 124 | 55 | 0 | 16 | 66 | 76 | 54 | 45 | 34 |
| Binary | 1100010 | 1010100 | 101101 | 0 | 1110 | 110110 | 111110 | 101100 | 100101 | 11100 |
Color Harmonies of #62542D
Complementary color
Monochromatic Colors of #62542D
Black with #62542D
Text Example
Text Example
White with #62542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62542D; }
p { color: rgb(98,84,45); }
H1.HeaderClassName
{
color: #62542D;
}
.AnyTagClassName
{
color: #62542D;
}
</style>
background-color css
<style>
a { background-color: #62542D; }
a { background-color: rgb(98,84,45); }
div.DivClassName
{
background-color: #62542D;
}
.BgClassName
{
background-color: #62542D;
}
</style>
border-color css
<style>
span { border-color: #62542D; }
span { border-color: rgb(98,84,45); }
td.TdClassName
{
border-color: #62542D;
}
.TagClassName
{
border-color: #62542D;
}
</style>