#62485A

Color #62485A Liver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Liver #62485A

Tints of Liver #62485A

Color information

#62485A (or 0x62485A) is unknown color: approx Liver. HEX triplet: 62, 48 and 5A. RGB value is (98,72,90). Sum of RGB (Red+Green+Blue) = 98+72+90=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 98 - color contains mainly: red. Hex color #62485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62485A is #9DB7A5. Grayscale: #515151. Windows color (decimal): -10336166 or 5916770. OLE color: 5916770.

HSL color Cylindrical-coordinate representation of color #62485A: hue angle of 318.46º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #62485A is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB987290-
CMYK00.270.080.62
HSL318.46º15.29%33.33%-
HSV(B)318.46º26.53%38.43%-
XYZ9.27.9710.73-
YUV81.83132.61139.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.69%
GREEN value IS 72 (28.52% from 255) = 27.69%
BLUE value IS 90 (35.55% from 255) = 34.62%
R=37.69%
G=27.69%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98729000.270.080.62318.4615.2933.33
Hex62485A01B83E13ef21
Octal14211013203310764761741
Binary11000101001000101101001101110001111101001111101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62485A; }

 p { color: rgb(98,72,90); }

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

<style>
 a { background-color: #62485A; }

 a { background-color: rgb(98,72,90); }

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

<style>
 span { border-color: #62485A; }

 span { border-color: rgb(98,72,90); }

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