#4E3E43

Color #4E3E43 Emperor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emperor #4E3E43

Tints of Emperor #4E3E43

Color information

#4E3E43 (or 0x4E3E43) is unknown color: approx Emperor. HEX triplet: 4E, 3E and 43. RGB value is (78,62,67). Sum of RGB (Red+Green+Blue) = 78+62+67=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3E43 is #B1C1BC. Grayscale: #434343. Windows color (decimal): -11649469 or 4406862. OLE color: 4406862.

HSL color Cylindrical-coordinate representation of color #4E3E43: hue angle of 341.25º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E3E43 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB786267-
CMYK00.210.140.69
HSL341.25º11.43%27.45%-
HSV(B)341.25º20.51%30.59%-
XYZ5.885.476.06-
YUV67.35127.8135.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.68%
GREEN value IS 62 (24.61% from 255) = 29.95%
BLUE value IS 67 (26.56% from 255) = 32.37%
R=37.68%
G=29.95%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78626700.210.140.69341.2511.4327.45
Hex4E3E43015E45155b1b
Octal11676103025161055251333
Binary1001110111110100001101010111101000101101010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E3E43; }

 p { color: rgb(78,62,67); }

 H1.HeaderClassName
 {
   color: #4E3E43;
 }
 .AnyTagClassName
 {
   color: #4E3E43;
 }
</style>
background-color css

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

 a { background-color: rgb(78,62,67); }

 div.DivClassName
 {
   background-color: #4E3E43;
 }
 .BgClassName
 {
   background-color: #4E3E43;
 }
</style>
border-color css

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

 span { border-color: rgb(78,62,67); }

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