#553848

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

Shades of Liver #553848

Tints of Liver #553848

Color information

#553848 (or 0x553848) is unknown color: approx Liver. HEX triplet: 55, 38 and 48. RGB value is (85,56,72). Sum of RGB (Red+Green+Blue) = 85+56+72=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #553848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553848 is #AAC7B7. Grayscale: #424242. Windows color (decimal): -11192248 or 4733013. OLE color: 4733013.

HSL color Cylindrical-coordinate representation of color #553848: hue angle of 326.9º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #553848 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB855672-
CMYK00.340.150.67
HSL326.9º20.57%27.65%-
HSV(B)326.9º34.12%33.33%-
XYZ6.335.236.81-
YUV66.5131.11141.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 56 (22.27% from 255) = 26.29%
BLUE value IS 72 (28.52% from 255) = 33.80%
R=39.91%
G=26.29%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85567200.340.150.67326.920.5727.65
Hex553848022F43147151c
Octal12570110042171035072534
Binary101010111100010010000100010111110000111010001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553848; }

 p { color: rgb(85,56,72); }

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

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

 a { background-color: rgb(85,56,72); }

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

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

 span { border-color: rgb(85,56,72); }

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