Shades of West Coast #62532B
Tints of West Coast #62532B
RGB
CMYK
RGB Variations
Color information
#62532B (or 0x62532B) is known color: West Coast. HEX triplet: 62, 53 and 2B. RGB value is (98,83,43). Sum of RGB (Red+Green+Blue) = 98+83+43=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 98 - color contains mainly: red. Hex color #62532B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62532B is #9DACD4. Grayscale: #535353. Windows color (decimal): -10333397 or 2839394. OLE color: 2839394.
HSL color Cylindrical-coordinate representation of color #62532B: hue angle of 43.64º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62532B is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 83 | 43 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.62 |
| HSL | 43.64º | 0.39% | 0.28% | - |
| HSV(B) | 43.64º | 0.56% | 0.38% | - |
| XYZ | 8.57 | 8.96 | 3.56 | - |
| YUV | 82.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 83 | 43 | 0 | 0.15 | 0.56 | 0.62 | 43.64 | 0.39 | 0.28 |
| Hex | 62 | 53 | 2B | 0 | F | 38 | 3E | 2C | 27 | 1C |
| Octal | 142 | 123 | 53 | 0 | 17 | 70 | 76 | 54 | 47 | 34 |
| Binary | 1100010 | 1010011 | 101011 | 0 | 1111 | 111000 | 111110 | 101100 | 100111 | 11100 |
Color Harmonies of #62532B
Complementary color
Monochromatic Colors of #62532B
Black with #62532B
Text Example
Text Example
White with #62532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62532B; }
p { color: rgb(98,83,43); }
H1.HeaderClassName
{
color: #62532B;
}
.AnyTagClassName
{
color: #62532B;
}
</style>
background-color css
<style>
a { background-color: #62532B; }
a { background-color: rgb(98,83,43); }
div.DivClassName
{
background-color: #62532B;
}
.BgClassName
{
background-color: #62532B;
}
</style>
border-color css
<style>
span { border-color: #62532B; }
span { border-color: rgb(98,83,43); }
td.TdClassName
{
border-color: #62532B;
}
.TagClassName
{
border-color: #62532B;
}
</style>