Html Css Color HEX #534248 Liver

📋 copy color: '#534248'

red 83 ◦ green 66 ◦ blue 72

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

Shades of Liver #534248

Tints of Liver #534248

RGB

 RED value IS 83 (32.81% from 255) = 37.56%

 GREEN value IS 66 (26.17% from 255) = 29.86%

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

R = 37.56%
G = 29.86%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#534248 (or 0x534248) is known color: Liver. HEX triplet: 53, 42 and 48. RGB value is (83,66,72). Sum of RGB (Red+Green+Blue) = 83+66+72=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #534248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534248 is #ACBDB7. Grayscale: #474747. Windows color (decimal): -11320760 or 4735571. OLE color: 4735571.

HSL color Cylindrical-coordinate representation of color #534248: hue angle of 338.82º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #534248 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 66 72 -
CMYK 0 0.20 0.13 0.67
HSL 338.82º 0.11% 0.29% -
HSV(B) 338.82º 0.2% 0.33% -
XYZ 6.69 6.2 6.98 -
YUV 71.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 83 66 72 0 0.20 0.13 0.67 338.82 0.11 0.29
Hex 53 42 48 0 14 D 43 153 B 1D
Octal 123 102 110 0 24 15 103 523 13 35
Binary 1010011 1000010 1001000 0 10100 1101 1000011 101010011 1011 11101

Color Harmonies of #534248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534248

Black with #534248

Text Example


Text Example

White with #534248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534248; }

 p { color: rgb(83,66,72); }

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

background-color css

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

 a { background-color: rgb(83,66,72); }

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

border-color css

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

 span { border-color: rgb(83,66,72); }

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