Html Css Color HEX #4E422A Onion

📋 copy color: '#4E422A'

red 78 ◦ green 66 ◦ blue 42

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

Shades of Onion #4E422A

Tints of Onion #4E422A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.58%

R = 41.94%
G = 35.48%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#4E422A (or 0x4E422A) is known color: Onion. HEX triplet: 4E, 42 and 2A. RGB value is (78,66,42). Sum of RGB (Red+Green+Blue) = 78+66+42=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 78 - color contains mainly: red. Hex color #4E422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E422A is #B1BDD5. Grayscale: #424242. Windows color (decimal): -11648470 or 2769486. OLE color: 2769486.

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

Color convert

RGB 78 66 42 -
CMYK 0 0.15 0.46 0.69
HSL 40º 0.3% 0.24% -
HSV(B) 40º 0.46% 0.31% -
XYZ 5.51 5.68 3 -
YUV 66.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 78 66 42 0 0.15 0.46 0.69 40 0.3 0.24
Hex 4E 42 2A 0 F 2E 45 28 1E 18
Octal 116 102 52 0 17 56 105 50 36 30
Binary 1001110 1000010 101010 0 1111 101110 1000101 101000 11110 11000

Color Harmonies of #4E422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E422A

Black with #4E422A

Text Example


Text Example

White with #4E422A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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