#5B3C4C

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

Shades of Liver #5B3C4C

Tints of Liver #5B3C4C

Color information

#5B3C4C (or 0x5B3C4C) is unknown color: approx Liver. HEX triplet: 5B, 3C and 4C. RGB value is (91,60,76). Sum of RGB (Red+Green+Blue) = 91+60+76=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3C4C is #A4C3B3. Grayscale: #474747. Windows color (decimal): -10798004 or 4996187. OLE color: 4996187.

HSL color Cylindrical-coordinate representation of color #5B3C4C: hue angle of 329.03º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B3C4C is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB916076-
CMYK00.340.160.64
HSL329.03º20.53%29.61%-
HSV(B)329.03º34.07%35.69%-
XYZ7.235.987.61-
YUV71.09130.77142.2-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.09%
GREEN value IS 60 (23.83% from 255) = 26.43%
BLUE value IS 76 (30.08% from 255) = 33.48%
R=40.09%
G=26.43%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91607600.340.160.64329.0320.5329.61
Hex5B3C4C0221040149151e
Octal13374114042201005112536
Binary1011011111100100110001000101000010000001010010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B3C4C; }

 p { color: rgb(91,60,76); }

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

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

 a { background-color: rgb(91,60,76); }

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

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

 span { border-color: rgb(91,60,76); }

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