Html Css Color HEX #52474B Liver

📋 copy color: '#52474B'

red 82 ◦ green 71 ◦ blue 75

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

Shades of Liver #52474B

Tints of Liver #52474B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.14%

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

R = 35.96%
G = 31.14%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#52474B (or 0x52474B) is known color: Liver. HEX triplet: 52, 47 and 4B. RGB value is (82,71,75). Sum of RGB (Red+Green+Blue) = 82+71+75=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 82 - color contains mainly: red. Hex color #52474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52474B is #ADB8B4. Grayscale: #4A4A4A. Windows color (decimal): -11385013 or 4933458. OLE color: 4933458.

HSL color Cylindrical-coordinate representation of color #52474B: hue angle of 338.18º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #52474B is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 71 75 -
CMYK 0 0.13 0.09 0.68
HSL 338.18º 0.07% 0.3% -
HSV(B) 338.18º 0.13% 0.32% -
XYZ 7 6.81 7.6 -
YUV 74.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 82 71 75 0 0.13 0.09 0.68 338.18 0.07 0.3
Hex 52 47 4B 0 D 9 44 152 7 1E
Octal 122 107 113 0 15 11 104 522 7 36
Binary 1010010 1000111 1001011 0 1101 1001 1000100 101010010 111 11110

Color Harmonies of #52474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52474B

Black with #52474B

Text Example


Text Example

White with #52474B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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