#52444B

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

Shades of Liver #52444B

Tints of Liver #52444B

Color information

#52444B (or 0x52444B) is unknown color: approx Liver. HEX triplet: 52, 44 and 4B. RGB value is (82,68,75). Sum of RGB (Red+Green+Blue) = 82+68+75=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 82 - color contains mainly: red. Hex color #52444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52444B is #ADBBB4. Grayscale: #484848. Windows color (decimal): -11385781 or 4932690. OLE color: 4932690.

HSL color Cylindrical-coordinate representation of color #52444B: hue angle of 330º 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 #52444B is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB826875-
CMYK00.170.090.68
HSL330º9.33%29.41%-
HSV(B)330º17.07%32.16%-
XYZ6.826.447.54-
YUV72.98129.14134.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.44%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=36.44%
G=30.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82687500.170.090.683309.3329.41
Hex52444B01194414a91d
Octal122104113021111045121135
Binary10100101000100100101101000110011000100101001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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