#524B4F

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

Shades of Liver #524B4F

Tints of Liver #524B4F

Color information

#524B4F (or 0x524B4F) is unknown color: approx Liver. HEX triplet: 52, 4B and 4F. RGB value is (82,75,79). Sum of RGB (Red+Green+Blue) = 82+75+79=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 82 - color contains mainly: red. Hex color #524B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524B4F is #ADB4B0. Grayscale: #4D4D4D. Windows color (decimal): -11383985 or 5196626. OLE color: 5196626.

HSL color Cylindrical-coordinate representation of color #524B4F: hue angle of 325.71º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #524B4F is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB827579-
CMYK00.090.040.68
HSL325.71º4.46%30.78%-
HSV(B)325.71º8.54%32.16%-
XYZ7.417.398.43-
YUV77.55128.82131.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.75%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 79 (31.25% from 255) = 33.47%
R=34.75%
G=31.78%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82757900.090.040.68325.714.4630.78
Hex524B4F0944414641f
Octal1221131170114104506437
Binary10100101001011100111101001100100010010100011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524B4F; }

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

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

<style>
 a { background-color: #524B4F; }

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

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

<style>
 span { border-color: #524B4F; }

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

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