#52414A

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

Shades of Liver #52414A

Tints of Liver #52414A

Color information

#52414A (or 0x52414A) is unknown color: approx Liver. HEX triplet: 52, 41 and 4A. RGB value is (82,65,74). Sum of RGB (Red+Green+Blue) = 82+65+74=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 82 - color contains mainly: red. Hex color #52414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52414A is #ADBEB5. Grayscale: #474747. Windows color (decimal): -11386550 or 4866386. OLE color: 4866386.

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

Color convert

RGB826574-
CMYK00.210.100.68
HSL328.24º11.56%28.82%-
HSV(B)328.24º20.73%32.16%-
XYZ6.616.077.3-
YUV71.11129.63135.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 65 (25.78% from 255) = 29.41%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=37.10%
G=29.41%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82657400.210.100.68328.2411.5628.82
Hex52414A015A44148c1d
Octal122101112025121045101435
Binary10100101000001100101001010110101000100101001000110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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