#52424A

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

Shades of Liver #52424A

Tints of Liver #52424A

Color information

#52424A (or 0x52424A) is unknown color: approx Liver. HEX triplet: 52, 42 and 4A. RGB value is (82,66,74). Sum of RGB (Red+Green+Blue) = 82+66+74=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 82 - color contains mainly: red. Hex color #52424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52424A is #ADBDB5. Grayscale: #474747. Windows color (decimal): -11386294 or 4866642. OLE color: 4866642.

HSL color Cylindrical-coordinate representation of color #52424A: hue angle of 330º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #52424A is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB826674-
CMYK00.200.100.68
HSL330º10.81%29.02%-
HSV(B)330º19.51%32.16%-
XYZ6.666.187.32-
YUV71.7129.3135.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 66 (26.17% from 255) = 29.73%
BLUE value IS 74 (29.30% from 255) = 33.33%
R=36.94%
G=29.73%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82667400.200.100.6833010.8129.02
Hex52424A014A4414ab1d
Octal122102112024121045121335
Binary10100101000010100101001010010101000100101001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,66,74); }

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

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

 a { background-color: rgb(82,66,74); }

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

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

 span { border-color: rgb(82,66,74); }

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