Html Css Color HEX #52424B Liver

📋 copy color: '#52424B'

red 82 ◦ green 66 ◦ blue 75

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

Shades of Liver #52424B

Tints of Liver #52424B

RGB

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

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

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

R = 36.77%
G = 29.6%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#52424B (or 0x52424B) is known color: Liver. HEX triplet: 52, 42 and 4B. RGB value is (82,66,75). Sum of RGB (Red+Green+Blue) = 82+66+75=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 82 - color contains mainly: red. Hex color #52424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52424B is #ADBDB4. Grayscale: #474747. Windows color (decimal): -11386293 or 4932178. OLE color: 4932178.

HSL color Cylindrical-coordinate representation of color #52424B: hue angle of 326.25º 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 #52424B is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 66 75 -
CMYK 0 0.20 0.09 0.68
HSL 326.25º 0.11% 0.29% -
HSV(B) 326.25º 0.2% 0.32% -
XYZ 6.7 6.2 7.5 -
YUV 71.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 82 66 75 0 0.20 0.09 0.68 326.25 0.11 0.29
Hex 52 42 4B 0 14 9 44 146 B 1D
Octal 122 102 113 0 24 11 104 506 13 35
Binary 1010010 1000010 1001011 0 10100 1001 1000100 101000110 1011 11101

Color Harmonies of #52424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52424B

Black with #52424B

Text Example


Text Example

White with #52424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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