#52464C

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

Shades of Liver #52464C

Tints of Liver #52464C

Color information

#52464C (or 0x52464C) is unknown color: approx Liver. HEX triplet: 52, 46 and 4C. RGB value is (82,70,76). Sum of RGB (Red+Green+Blue) = 82+70+76=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 82 - color contains mainly: red. Hex color #52464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52464C is #ADB9B3. Grayscale: #4A4A4A. Windows color (decimal): -11385268 or 4998738. OLE color: 4998738.

HSL color Cylindrical-coordinate representation of color #52464C: hue angle of 330º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #52464C is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB827076-
CMYK00.150.070.68
HSL330º7.89%29.8%-
HSV(B)330º14.63%32.16%-
XYZ6.976.77.76-
YUV74.27128.98133.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.96%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 76 (30.08% from 255) = 33.33%
R=35.96%
G=30.70%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82707600.150.070.683307.8929.8
Hex52464C0F74414a81e
Octal12210611401771045121036
Binary101001010001101001100011111111000100101001010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52464C; }

 p { color: rgb(82,70,76); }

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

<style>
 a { background-color: #52464C; }

 a { background-color: rgb(82,70,76); }

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

<style>
 span { border-color: #52464C; }

 span { border-color: rgb(82,70,76); }

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