Html Css Color HEX #534649 Emperor

📋 copy color: '#534649'

red 83 ◦ green 70 ◦ blue 73

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

Shades of Emperor #534649

Tints of Emperor #534649

RGB

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

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

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

R = 36.73%
G = 30.97%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#534649 (or 0x534649) is known color: Emperor. HEX triplet: 53, 46 and 49. RGB value is (83,70,73). Sum of RGB (Red+Green+Blue) = 83+70+73=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #534649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534649 is #ACB9B6. Grayscale: #4A4A4A. Windows color (decimal): -11319735 or 4802131. OLE color: 4802131.

HSL color Cylindrical-coordinate representation of color #534649: hue angle of 346.15º 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 #534649 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 70 73 -
CMYK 0 0.16 0.12 0.67
HSL 346.15º 0.08% 0.3% -
HSV(B) 346.15º 0.16% 0.33% -
XYZ 6.96 6.7 7.23 -
YUV 74.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 83 70 73 0 0.16 0.12 0.67 346.15 0.08 0.3
Hex 53 46 49 0 10 C 43 15A 8 1E
Octal 123 106 111 0 20 14 103 532 10 36
Binary 1010011 1000110 1001001 0 10000 1100 1000011 101011010 1000 11110

Color Harmonies of #534649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534649

Black with #534649

Text Example


Text Example

White with #534649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534649; }

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

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

background-color css

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

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

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

border-color css

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

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

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