#62552B

Color #62552B West Coast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of West Coast #62552B

Tints of West Coast #62552B

Color information

#62552B (or 0x62552B) is unknown color: approx West Coast. HEX triplet: 62, 55 and 2B. RGB value is (98,85,43). Sum of RGB (Red+Green+Blue) = 98+85+43=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 98 - color contains mainly: red. Hex color #62552B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62552B is #9DAAD4. Grayscale: #545454. Windows color (decimal): -10332885 or 2839906. OLE color: 2839906.

HSL color Cylindrical-coordinate representation of color #62552B: hue angle of 45.82º 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 #62552B is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB988543-
CMYK00.130.560.62
HSL45.82º39.01%27.65%-
HSV(B)45.82º56.12%38.43%-
XYZ8.729.273.61-
YUV84.1104.81137.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 43.36%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 43 (17.19% from 255) = 19.03%
R=43.36%
G=37.61%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98854300.130.560.6245.8239.0127.65
Hex62552B0D383E2e271c
Octal142125530157076564734
Binary110001010101011010110110111100011111010111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62552B; }

 p { color: rgb(98,85,43); }

 H1.HeaderClassName
 {
   color: #62552B;
 }
 .AnyTagClassName
 {
   color: #62552B;
 }
</style>
background-color css

<style>
 a { background-color: #62552B; }

 a { background-color: rgb(98,85,43); }

 div.DivClassName
 {
   background-color: #62552B;
 }
 .BgClassName
 {
   background-color: #62552B;
 }
</style>
border-color css

<style>
 span { border-color: #62552B; }

 span { border-color: rgb(98,85,43); }

 td.TdClassName
 {
   border-color: #62552B;
 }
 .TagClassName
 {
   border-color: #62552B;
 }
</style>