Html Css Color HEX #553848 Liver

📋 copy color: '#553848'

red 85 ◦ green 56 ◦ blue 72

#553848
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Liver #553848

Tints of Liver #553848

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.8%

R = 39.91%
G = 26.29%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#553848 (or 0x553848) is known color: 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

RGB 85 56 72 -
CMYK 0 0.34 0.15 0.67
HSL 326.9º 0.21% 0.28% -
HSV(B) 326.9º 0.34% 0.33% -
XYZ 6.33 5.23 6.81 -
YUV 66.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 85 56 72 0 0.34 0.15 0.67 326.9 0.21 0.28
Hex 55 38 48 0 22 F 43 147 15 1C
Octal 125 70 110 0 42 17 103 507 25 34
Binary 1010101 111000 1001000 0 100010 1111 1000011 101000111 10101 11100

Color Harmonies of #553848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553848

Black with #553848

Text Example


Text Example

White with #553848

Text Example


Text Example

HTML Codes & Css Web 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>