#484245

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

Shades of Liver #484245

Tints of Liver #484245

Color information

#484245 (or 0x484245) is unknown color: approx Liver. HEX triplet: 48, 42 and 45. RGB value is (72,66,69). Sum of RGB (Red+Green+Blue) = 72+66+69=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 72 - color contains mainly: red. Hex color #484245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484245 is #B7BDBA. Grayscale: #444444. Windows color (decimal): -12041659 or 4538952. OLE color: 4538952.

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

Color convert

RGB726669-
CMYK00.080.040.72
HSL330º4.35%27.06%-
HSV(B)330º8.33%28.24%-
XYZ5.695.76.43-
YUV68.14128.49130.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.78%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 69 (27.34% from 255) = 33.33%
R=34.78%
G=31.88%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72666900.080.040.723304.3527.06
Hex4842450844814a41b
Octal1101021050104110512433
Binary10010001000010100010101000100100100010100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484245; }

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

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

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

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

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

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

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

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