Html Css Color HEX #553D48 Liver

📋 copy color: '#553D48'

red 85 ◦ green 61 ◦ blue 72

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

Shades of Liver #553D48

Tints of Liver #553D48

RGB

 RED value IS 85 (33.59% from 255) = 38.99%

 GREEN value IS 61 (24.22% from 255) = 27.98%

 BLUE value IS 72 (28.52% from 255) = 33.03%

R = 38.99%
G = 27.98%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#553D48 (or 0x553D48) is known color: Liver. HEX triplet: 55, 3D and 48. RGB value is (85,61,72). Sum of RGB (Red+Green+Blue) = 85+61+72=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #553D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D48 is #AAC2B7. Grayscale: #454545. Windows color (decimal): -11190968 or 4734293. OLE color: 4734293.

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

Color convert

RGB 85 61 72 -
CMYK 0 0.28 0.15 0.67
HSL 332.5º 0.16% 0.29% -
HSV(B) 332.5º 0.28% 0.33% -
XYZ 6.58 5.74 6.89 -
YUV 69.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 85 61 72 0 0.28 0.15 0.67 332.5 0.16 0.29
Hex 55 3D 48 0 1C F 43 14C 10 1D
Octal 125 75 110 0 34 17 103 514 20 35
Binary 1010101 111101 1001000 0 11100 1111 1000011 101001100 10000 11101

Color Harmonies of #553D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D48

Black with #553D48

Text Example


Text Example

White with #553D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553D48; }

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

 H1.HeaderClassName
 {
   color: #553D48;
 }
 .AnyTagClassName
 {
   color: #553D48;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #553D48;
 }
 .BgClassName
 {
   background-color: #553D48;
 }
</style>

border-color css

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

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

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