Shades of West Coast #62552F
Tints of West Coast #62552F
RGB
CMYK
RGB Variations
Color information
#62552F (or 0x62552F) is known color: West Coast. HEX triplet: 62, 55 and 2F. RGB value is (98,85,47). Sum of RGB (Red+Green+Blue) = 98+85+47=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 98 - color contains mainly: red. Hex color #62552F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62552F is #9DAAD0. Grayscale: #545454. Windows color (decimal): -10332881 or 3102050. OLE color: 3102050.
HSL color Cylindrical-coordinate representation of color #62552F: hue angle of 44.71º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62552F is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 85 | 47 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.62 |
| HSL | 44.71º | 0.35% | 0.28% | - |
| HSV(B) | 44.71º | 0.52% | 0.38% | - |
| XYZ | 8.8 | 9.3 | 4.02 | - |
| YUV | 84.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 47 | 0 | 0.13 | 0.52 | 0.62 | 44.71 | 0.35 | 0.28 |
| Hex | 62 | 55 | 2F | 0 | D | 34 | 3E | 2D | 23 | 1C |
| Octal | 142 | 125 | 57 | 0 | 15 | 64 | 76 | 55 | 43 | 34 |
| Binary | 1100010 | 1010101 | 101111 | 0 | 1101 | 110100 | 111110 | 101101 | 100011 | 11100 |
Color Harmonies of #62552F
Complementary color
Monochromatic Colors of #62552F
Black with #62552F
Text Example
Text Example
White with #62552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62552F; }
p { color: rgb(98,85,47); }
H1.HeaderClassName
{
color: #62552F;
}
.AnyTagClassName
{
color: #62552F;
}
</style>
background-color css
<style>
a { background-color: #62552F; }
a { background-color: rgb(98,85,47); }
div.DivClassName
{
background-color: #62552F;
}
.BgClassName
{
background-color: #62552F;
}
</style>
border-color css
<style>
span { border-color: #62552F; }
span { border-color: rgb(98,85,47); }
td.TdClassName
{
border-color: #62552F;
}
.TagClassName
{
border-color: #62552F;
}
</style>