Html Css Color HEX #553C4B Liver

📋 copy color: '#553C4B'

red 85 ◦ green 60 ◦ blue 75

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

Shades of Liver #553C4B

Tints of Liver #553C4B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.27%

 BLUE value IS 75 (29.69% from 255) = 34.09%

R = 38.64%
G = 27.27%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#553C4B (or 0x553C4B) is known color: Liver. HEX triplet: 55, 3C and 4B. RGB value is (85,60,75). Sum of RGB (Red+Green+Blue) = 85+60+75=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #553C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C4B is #AAC3B4. Grayscale: #454545. Windows color (decimal): -11191221 or 4930645. OLE color: 4930645.

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

Color convert

RGB 85 60 75 -
CMYK 0 0.29 0.12 0.67
HSL 324º 0.17% 0.28% -
HSV(B) 324º 0.29% 0.33% -
XYZ 6.63 5.67 7.4 -
YUV 69.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 85 60 75 0 0.29 0.12 0.67 324 0.17 0.28
Hex 55 3C 4B 0 1D C 43 144 11 1C
Octal 125 74 113 0 35 14 103 504 21 34
Binary 1010101 111100 1001011 0 11101 1100 1000011 101000100 10001 11100

Color Harmonies of #553C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553C4B

Black with #553C4B

Text Example


Text Example

White with #553C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,60,75); }

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

background-color css

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

 a { background-color: rgb(85,60,75); }

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

border-color css

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

 span { border-color: rgb(85,60,75); }

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