#4E3A2F

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

Shades of Paco #4E3A2F

Tints of Paco #4E3A2F

Color information

#4E3A2F (or 0x4E3A2F) is unknown color: approx Paco. HEX triplet: 4E, 3A and 2F. RGB value is (78,58,47). Sum of RGB (Red+Green+Blue) = 78+58+47=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3A2F is #B1C5D0. Grayscale: #3E3E3E. Windows color (decimal): -11650513 or 3095118. OLE color: 3095118.

HSL color Cylindrical-coordinate representation of color #4E3A2F: hue angle of 21.29º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E3A2F is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB785847-
CMYK00.260.400.69
HSL21.29º24.8%24.51%-
HSV(B)21.29º39.74%30.59%-
XYZ5.174.853.35-
YUV62.73119.13138.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.62%
GREEN value IS 58 (23.05% from 255) = 31.69%
BLUE value IS 47 (18.75% from 255) = 25.68%
R=42.62%
G=31.69%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78584700.260.400.6921.2924.824.51
Hex4E3A2F01A2845151919
Octal116725703250105253131
Binary10011101110101011110110101010001000101101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,58,47); }

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

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

 a { background-color: rgb(78,58,47); }

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

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

 span { border-color: rgb(78,58,47); }

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