#484345

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

Shades of Liver #484345

Tints of Liver #484345

Color information

#484345 (or 0x484345) is unknown color: approx Liver. HEX triplet: 48, 43 and 45. RGB value is (72,67,69). Sum of RGB (Red+Green+Blue) = 72+67+69=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 72 - color contains mainly: red. Hex color #484345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484345 is #B7BCBA. Grayscale: #444444. Windows color (decimal): -12041403 or 4539208. OLE color: 4539208.

HSL color Cylindrical-coordinate representation of color #484345: hue angle of 336º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #484345 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB726769-
CMYK00.070.040.72
HSL336º3.6%27.25%-
HSV(B)336º6.94%28.24%-
XYZ5.755.826.45-
YUV68.72128.16130.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 67 (26.56% from 255) = 32.21%
BLUE value IS 69 (27.34% from 255) = 33.17%
R=34.62%
G=32.21%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72676900.070.040.723363.627.25
Hex4843450744815041b
Octal110103105074110520433
Binary1001000100001110001010111100100100010101000010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484345; }

 p { color: rgb(72,67,69); }

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

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

 a { background-color: rgb(72,67,69); }

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

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

 span { border-color: rgb(72,67,69); }

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