#62502D

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

Shades of West Coast #62502D

Tints of West Coast #62502D

Color information

#62502D (or 0x62502D) is unknown color: approx West Coast. HEX triplet: 62, 50 and 2D. RGB value is (98,80,45). Sum of RGB (Red+Green+Blue) = 98+80+45=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 98 - color contains mainly: red. Hex color #62502D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62502D is #9DAFD2. Grayscale: #515151. Windows color (decimal): -10334163 or 2969698. OLE color: 2969698.

HSL color Cylindrical-coordinate representation of color #62502D: hue angle of 39.62º 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 #62502D is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB988045-
CMYK00.180.540.62
HSL39.62º37.06%28.04%-
HSV(B)39.62º54.08%38.43%-
XYZ8.388.523.69-
YUV81.39107.46139.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.95%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 45 (17.97% from 255) = 20.18%
R=43.95%
G=35.87%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98804500.180.540.6239.6237.0628.04
Hex62502D012363E28251c
Octal142120550226676504534
Binary1100010101000010110101001011011011111010100010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62502D; }

 p { color: rgb(98,80,45); }

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

<style>
 a { background-color: #62502D; }

 a { background-color: rgb(98,80,45); }

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

<style>
 span { border-color: #62502D; }

 span { border-color: rgb(98,80,45); }

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