Html Css Color HEX #4E423D Paco

📋 copy color: '#4E423D'

red 78 ◦ green 66 ◦ blue 61

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

Shades of Paco #4E423D

Tints of Paco #4E423D

RGB

 RED value IS 78 (30.86% from 255) = 38.05%

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

 BLUE value IS 61 (24.22% from 255) = 29.76%

R = 38.05%
G = 32.2%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#4E423D (or 0x4E423D) is known color: Paco. HEX triplet: 4E, 42 and 3D. RGB value is (78,66,61). Sum of RGB (Red+Green+Blue) = 78+66+61=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 78 - color contains mainly: red. Hex color #4E423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E423D is #B1BDC2. Grayscale: #454545. Windows color (decimal): -11648451 or 4014670. OLE color: 4014670.

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

Color convert

RGB 78 66 61 -
CMYK 0 0.15 0.22 0.69
HSL 17.65º 0.12% 0.27% -
HSV(B) 17.65º 0.22% 0.31% -
XYZ 5.93 5.85 5.23 -
YUV 69.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 78 66 61 0 0.15 0.22 0.69 17.65 0.12 0.27
Hex 4E 42 3D 0 F 16 45 12 C 1B
Octal 116 102 75 0 17 26 105 22 14 33
Binary 1001110 1000010 111101 0 1111 10110 1000101 10010 1100 11011

Color Harmonies of #4E423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E423D

Black with #4E423D

Text Example


Text Example

White with #4E423D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,66,61); }

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

background-color css

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

 a { background-color: rgb(78,66,61); }

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

border-color css

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

 span { border-color: rgb(78,66,61); }

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