Html Css Color HEX #5E4247 Emperor

📋 copy color: '#5E4247'

red 94 ◦ green 66 ◦ blue 71

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

Shades of Emperor #5E4247

Tints of Emperor #5E4247

RGB

 RED value IS 94 (37.11% from 255) = 40.69%

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

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

R = 40.69%
G = 28.57%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.63

RGB Variations

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

Color information

#5E4247 (or 0x5E4247) is known color: Emperor. HEX triplet: 5E, 42 and 47. RGB value is (94,66,71). Sum of RGB (Red+Green+Blue) = 94+66+71=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4247 is #A1BDB8. Grayscale: #4A4A4A. Windows color (decimal): -10599865 or 4670046. OLE color: 4670046.

HSL color Cylindrical-coordinate representation of color #5E4247: hue angle of 349.29º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E4247 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 66 71 -
CMYK 0 0.30 0.24 0.63
HSL 349.29º 0.18% 0.31% -
HSV(B) 349.29º 0.3% 0.37% -
XYZ 7.7 6.73 6.85 -
YUV 74.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 94 66 71 0 0.30 0.24 0.63 349.29 0.18 0.31
Hex 5E 42 47 0 1E 18 3F 15D 12 1F
Octal 136 102 107 0 36 30 77 535 22 37
Binary 1011110 1000010 1000111 0 11110 11000 111111 101011101 10010 11111

Color Harmonies of #5E4247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4247

Black with #5E4247

Text Example


Text Example

White with #5E4247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E4247; }

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

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

background-color css

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

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

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

border-color css

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

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

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