Html Css Color HEX #5C4953 Liver

📋 copy color: '#5C4953'

red 92 ◦ green 73 ◦ blue 83

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

Shades of Liver #5C4953

Tints of Liver #5C4953

RGB

 RED value IS 92 (36.33% from 255) = 37.1%

 GREEN value IS 73 (28.91% from 255) = 29.44%

 BLUE value IS 83 (32.81% from 255) = 33.47%

R = 37.1%
G = 29.44%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#5C4953 (or 0x5C4953) is known color: Liver. HEX triplet: 5C, 49 and 53. RGB value is (92,73,83). Sum of RGB (Red+Green+Blue) = 92+73+83=248 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.10% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4953 is #A3B6AC. Grayscale: #4F4F4F. Windows color (decimal): -10729133 or 5458268. OLE color: 5458268.

HSL color Cylindrical-coordinate representation of color #5C4953: hue angle of 328.42º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C4953 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 73 83 -
CMYK 0 0.21 0.10 0.64
HSL 328.42º 0.12% 0.32% -
HSV(B) 328.42º 0.21% 0.36% -
XYZ 8.36 7.66 9.22 -
YUV 79.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 92 73 83 0 0.21 0.10 0.64 328.42 0.12 0.32
Hex 5C 49 53 0 15 A 40 148 C 20
Octal 134 111 123 0 25 12 100 510 14 40
Binary 1011100 1001001 1010011 0 10101 1010 1000000 101001000 1100 100000

Color Harmonies of #5C4953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4953

Black with #5C4953

Text Example


Text Example

White with #5C4953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C4953; }

 p { color: rgb(92,73,83); }

 H1.HeaderClassName
 {
   color: #5C4953;
 }
 .AnyTagClassName
 {
   color: #5C4953;
 }
</style>

background-color css

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

 a { background-color: rgb(92,73,83); }

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

border-color css

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

 span { border-color: rgb(92,73,83); }

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