Html Css Color HEX #534247 Emperor

📋 copy color: '#534247'

red 83 ◦ green 66 ◦ blue 71

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

Shades of Emperor #534247

Tints of Emperor #534247

RGB

 RED value IS 83 (32.81% from 255) = 37.73%

 GREEN value IS 66 (26.17% from 255) = 30%

 BLUE value IS 71 (28.13% from 255) = 32.27%

R = 37.73%
G = 30%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#534247 (or 0x534247) is known color: Emperor. HEX triplet: 53, 42 and 47. RGB value is (83,66,71). Sum of RGB (Red+Green+Blue) = 83+66+71=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 83 - color contains mainly: red. Hex color #534247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534247 is #ACBDB8. Grayscale: #474747. Windows color (decimal): -11320761 or 4670035. OLE color: 4670035.

HSL color Cylindrical-coordinate representation of color #534247: hue angle of 342.35º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #534247 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 66 71 -
CMYK 0 0.20 0.14 0.67
HSL 342.35º 0.11% 0.29% -
HSV(B) 342.35º 0.2% 0.33% -
XYZ 6.65 6.19 6.81 -
YUV 71.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 83 66 71 0 0.20 0.14 0.67 342.35 0.11 0.29
Hex 53 42 47 0 14 E 43 156 B 1D
Octal 123 102 107 0 24 16 103 526 13 35
Binary 1010011 1000010 1000111 0 10100 1110 1000011 101010110 1011 11101

Color Harmonies of #534247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534247

Black with #534247

Text Example


Text Example

White with #534247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534247; }

 p { color: rgb(83,66,71); }

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

background-color css

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

 a { background-color: rgb(83,66,71); }

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

border-color css

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

 span { border-color: rgb(83,66,71); }

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