Shades of West Coast #62522D
Tints of West Coast #62522D
RGB
CMYK
RGB Variations
Color information
#62522D (or 0x62522D) is known color: West Coast. HEX triplet: 62, 52 and 2D. RGB value is (98,82,45). Sum of RGB (Red+Green+Blue) = 98+82+45=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #62522D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62522D is #9DADD2. Grayscale: #525252. Windows color (decimal): -10333651 or 2970210. OLE color: 2970210.
HSL color Cylindrical-coordinate representation of color #62522D: hue angle of 41.89º 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 #62522D is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 82 | 45 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.62 |
| HSL | 41.89º | 0.37% | 0.28% | - |
| HSV(B) | 41.89º | 0.54% | 0.38% | - |
| XYZ | 8.53 | 8.82 | 3.74 | - |
| YUV | 82.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 45 | 0 | 0.16 | 0.54 | 0.62 | 41.89 | 0.37 | 0.28 |
| Hex | 62 | 52 | 2D | 0 | 10 | 36 | 3E | 2A | 25 | 1C |
| Octal | 142 | 122 | 55 | 0 | 20 | 66 | 76 | 52 | 45 | 34 |
| Binary | 1100010 | 1010010 | 101101 | 0 | 10000 | 110110 | 111110 | 101010 | 100101 | 11100 |
Color Harmonies of #62522D
Complementary color
Monochromatic Colors of #62522D
Black with #62522D
Text Example
Text Example
White with #62522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62522D; }
p { color: rgb(98,82,45); }
H1.HeaderClassName
{
color: #62522D;
}
.AnyTagClassName
{
color: #62522D;
}
</style>
background-color css
<style>
a { background-color: #62522D; }
a { background-color: rgb(98,82,45); }
div.DivClassName
{
background-color: #62522D;
}
.BgClassName
{
background-color: #62522D;
}
</style>
border-color css
<style>
span { border-color: #62522D; }
span { border-color: rgb(98,82,45); }
td.TdClassName
{
border-color: #62522D;
}
.TagClassName
{
border-color: #62522D;
}
</style>