Html Css Color HEX #52474A Emperor

📋 copy color: '#52474A'

red 82 ◦ green 71 ◦ blue 74

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

Shades of Emperor #52474A

Tints of Emperor #52474A

RGB

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

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

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

R = 36.12%
G = 31.28%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#52474A (or 0x52474A) is known color: Emperor. HEX triplet: 52, 47 and 4A. RGB value is (82,71,74). Sum of RGB (Red+Green+Blue) = 82+71+74=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 82 - color contains mainly: red. Hex color #52474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52474A is #ADB8B5. Grayscale: #4A4A4A. Windows color (decimal): -11385014 or 4867922. OLE color: 4867922.

HSL color Cylindrical-coordinate representation of color #52474A: hue angle of 343.64º 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 #52474A is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 71 74 -
CMYK 0 0.13 0.10 0.68
HSL 343.64º 0.07% 0.3% -
HSV(B) 343.64º 0.13% 0.32% -
XYZ 6.97 6.79 7.42 -
YUV 74.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 82 71 74 0 0.13 0.10 0.68 343.64 0.07 0.3
Hex 52 47 4A 0 D A 44 158 7 1E
Octal 122 107 112 0 15 12 104 530 7 36
Binary 1010010 1000111 1001010 0 1101 1010 1000100 101011000 111 11110

Color Harmonies of #52474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52474A

Black with #52474A

Text Example


Text Example

White with #52474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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