#52414B

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

Shades of Liver #52414B

Tints of Liver #52414B

Color information

#52414B (or 0x52414B) is unknown color: approx Liver. HEX triplet: 52, 41 and 4B. RGB value is (82,65,75). Sum of RGB (Red+Green+Blue) = 82+65+75=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 82 - color contains mainly: red. Hex color #52414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52414B is #ADBEB4. Grayscale: #474747. Windows color (decimal): -11386549 or 4931922. OLE color: 4931922.

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

Color convert

RGB826575-
CMYK00.210.090.68
HSL324.71º11.56%28.82%-
HSV(B)324.71º20.73%32.16%-
XYZ6.646.087.48-
YUV71.22130.13135.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 75 (29.69% from 255) = 33.78%
R=36.94%
G=29.28%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82657500.210.090.68324.7111.5628.82
Hex52414B015944145c1d
Octal122101113025111045051435
Binary10100101000001100101101010110011000100101000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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