Html Css Color HEX #553A48 Liver

📋 copy color: '#553A48'

red 85 ◦ green 58 ◦ blue 72

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

Shades of Liver #553A48

Tints of Liver #553A48

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.98%

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

R = 39.53%
G = 26.98%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#553A48 (or 0x553A48) is known color: Liver. HEX triplet: 55, 3A and 48. RGB value is (85,58,72). Sum of RGB (Red+Green+Blue) = 85+58+72=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #553A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A48 is #AAC5B7. Grayscale: #434343. Windows color (decimal): -11191736 or 4733525. OLE color: 4733525.

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

Color convert

RGB 85 58 72 -
CMYK 0 0.32 0.15 0.67
HSL 328.89º 0.19% 0.28% -
HSV(B) 328.89º 0.32% 0.33% -
XYZ 6.43 5.43 6.84 -
YUV 67.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 85 58 72 0 0.32 0.15 0.67 328.89 0.19 0.28
Hex 55 3A 48 0 20 F 43 149 13 1C
Octal 125 72 110 0 40 17 103 511 23 34
Binary 1010101 111010 1001000 0 100000 1111 1000011 101001001 10011 11100

Color Harmonies of #553A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553A48

Black with #553A48

Text Example


Text Example

White with #553A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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