#52444D

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

Shades of Liver #52444D

Tints of Liver #52444D

Color information

#52444D (or 0x52444D) is unknown color: approx Liver. HEX triplet: 52, 44 and 4D. RGB value is (82,68,77). Sum of RGB (Red+Green+Blue) = 82+68+77=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 82 - color contains mainly: red. Hex color #52444D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52444D is #ADBBB2. Grayscale: #494949. Windows color (decimal): -11385779 or 5063762. OLE color: 5063762.

HSL color Cylindrical-coordinate representation of color #52444D: hue angle of 321.43º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #52444D is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB826877-
CMYK00.170.060.68
HSL321.43º9.33%29.41%-
HSV(B)321.43º17.07%32.16%-
XYZ6.896.467.91-
YUV73.21130.14134.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.12%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=36.12%
G=29.96%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82687700.170.060.68321.439.3329.41
Hex52444D01164414191d
Octal12210411502161045011135
Binary1010010100010010011010100011101000100101000001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,68,77); }

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

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

 a { background-color: rgb(82,68,77); }

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

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

 span { border-color: rgb(82,68,77); }

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