Html Css Color HEX #52424A Liver

📋 copy color: '#52424A'

red 82 ◦ green 66 ◦ blue 74

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

Shades of Liver #52424A

Tints of Liver #52424A

RGB

 RED value IS 82 (32.42% from 255) = 36.94%

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

 BLUE value IS 74 (29.3% from 255) = 33.33%

R = 36.94%
G = 29.73%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#52424A (or 0x52424A) is known color: Liver. HEX triplet: 52, 42 and 4A. RGB value is (82,66,74). Sum of RGB (Red+Green+Blue) = 82+66+74=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 82 - color contains mainly: red. Hex color #52424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52424A is #ADBDB5. Grayscale: #474747. Windows color (decimal): -11386294 or 4866642. OLE color: 4866642.

HSL color Cylindrical-coordinate representation of color #52424A: hue angle of 330º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #52424A is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 66 74 -
CMYK 0 0.20 0.10 0.68
HSL 330º 0.11% 0.29% -
HSV(B) 330º 0.2% 0.32% -
XYZ 6.66 6.18 7.32 -
YUV 71.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 82 66 74 0 0.20 0.10 0.68 330 0.11 0.29
Hex 52 42 4A 0 14 A 44 14A B 1D
Octal 122 102 112 0 24 12 104 512 13 35
Binary 1010010 1000010 1001010 0 10100 1010 1000100 101001010 1011 11101

Color Harmonies of #52424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52424A

Black with #52424A

Text Example


Text Example

White with #52424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52424A; }

 p { color: rgb(82,66,74); }

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

background-color css

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

 a { background-color: rgb(82,66,74); }

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

border-color css

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

 span { border-color: rgb(82,66,74); }

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