Html Css Color HEX #524849 Emperor

📋 copy color: '#524849'

red 82 ◦ green 72 ◦ blue 73

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

Shades of Emperor #524849

Tints of Emperor #524849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.72%

 BLUE value IS 73 (28.91% from 255) = 32.16%

R = 36.12%
G = 31.72%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#524849 (or 0x524849) is known color: Emperor. HEX triplet: 52, 48 and 49. RGB value is (82,72,73). Sum of RGB (Red+Green+Blue) = 82+72+73=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 82 - color contains mainly: red. Hex color #524849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524849 is #ADB7B6. Grayscale: #4B4B4B. Windows color (decimal): -11384759 or 4802642. OLE color: 4802642.

HSL color Cylindrical-coordinate representation of color #524849: hue angle of 354º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #524849 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 72 73 -
CMYK 0 0.12 0.11 0.68
HSL 354º 0.06% 0.3% -
HSV(B) 354º 0.12% 0.32% -
XYZ 7 6.91 7.27 -
YUV 75.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 82 72 73 0 0.12 0.11 0.68 354 0.06 0.3
Hex 52 48 49 0 C B 44 162 6 1E
Octal 122 110 111 0 14 13 104 542 6 36
Binary 1010010 1001000 1001001 0 1100 1011 1000100 101100010 110 11110

Color Harmonies of #524849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524849

Black with #524849

Text Example


Text Example

White with #524849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524849; }

 p { color: rgb(82,72,73); }

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

background-color css

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

 a { background-color: rgb(82,72,73); }

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

border-color css

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

 span { border-color: rgb(82,72,73); }

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