Html Css Color HEX #52414B Liver

📋 copy color: '#52414B'

red 82 ◦ green 65 ◦ blue 75

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

Shades of Liver #52414B

Tints of Liver #52414B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.28%

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

R = 36.94%
G = 29.28%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#52414B (or 0x52414B) is known color: Liver. HEX triplet: 52, 41 and 4B. RGB value is (82,65,75). Sum of RGB (Red+Green+Blue) = 82+65+75=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 82 - color contains mainly: red. Hex color #52414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52414B is #ADBEB4. Grayscale: #474747. Windows color (decimal): -11386549 or 4931922. OLE color: 4931922.

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

Color convert

RGB 82 65 75 -
CMYK 0 0.21 0.09 0.68
HSL 324.71º 0.12% 0.29% -
HSV(B) 324.71º 0.21% 0.32% -
XYZ 6.64 6.08 7.48 -
YUV 71.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 82 65 75 0 0.21 0.09 0.68 324.71 0.12 0.29
Hex 52 41 4B 0 15 9 44 145 C 1D
Octal 122 101 113 0 25 11 104 505 14 35
Binary 1010010 1000001 1001011 0 10101 1001 1000100 101000101 1100 11101

Color Harmonies of #52414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52414B

Black with #52414B

Text Example


Text Example

White with #52414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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