Html Css Color HEX #52454A Liver

📋 copy color: '#52454A'

red 82 ◦ green 69 ◦ blue 74

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

Shades of Liver #52454A

Tints of Liver #52454A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.67%

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

R = 36.44%
G = 30.67%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#52454A (or 0x52454A) is known color: Liver. HEX triplet: 52, 45 and 4A. RGB value is (82,69,74). Sum of RGB (Red+Green+Blue) = 82+69+74=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 82 - color contains mainly: red. Hex color #52454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52454A is #ADBAB5. Grayscale: #494949. Windows color (decimal): -11385526 or 4867410. OLE color: 4867410.

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

Color convert

RGB 82 69 74 -
CMYK 0 0.16 0.10 0.68
HSL 336.92º 0.09% 0.3% -
HSV(B) 336.92º 0.16% 0.32% -
XYZ 6.84 6.54 7.38 -
YUV 73.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 82 69 74 0 0.16 0.10 0.68 336.92 0.09 0.3
Hex 52 45 4A 0 10 A 44 151 9 1E
Octal 122 105 112 0 20 12 104 521 11 36
Binary 1010010 1000101 1001010 0 10000 1010 1000100 101010001 1001 11110

Color Harmonies of #52454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52454A

Black with #52454A

Text Example


Text Example

White with #52454A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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