Html Css Color HEX #534647 Emperor

📋 copy color: '#534647'

red 83 ◦ green 70 ◦ blue 71

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

Shades of Emperor #534647

Tints of Emperor #534647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.25%

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

R = 37.05%
G = 31.25%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#534647 (or 0x534647) is known color: Emperor. HEX triplet: 53, 46 and 47. RGB value is (83,70,71). Sum of RGB (Red+Green+Blue) = 83+70+71=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #534647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534647 is #ACB9B8. Grayscale: #4A4A4A. Windows color (decimal): -11319737 or 4671059. OLE color: 4671059.

HSL color Cylindrical-coordinate representation of color #534647: hue angle of 355.38º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #534647 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 70 71 -
CMYK 0 0.16 0.14 0.67
HSL 355.38º 0.08% 0.3% -
HSV(B) 355.38º 0.16% 0.33% -
XYZ 6.89 6.67 6.89 -
YUV 74 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 83 70 71 0 0.16 0.14 0.67 355.38 0.08 0.3
Hex 53 46 47 0 10 E 43 163 8 1E
Octal 123 106 107 0 20 16 103 543 10 36
Binary 1010011 1000110 1000111 0 10000 1110 1000011 101100011 1000 11110

Color Harmonies of #534647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534647

Black with #534647

Text Example


Text Example

White with #534647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534647; }

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

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

background-color css

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

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

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

border-color css

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

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

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