Html Css Color HEX #4D442E Onion

📋 copy color: '#4D442E'

red 77 ◦ green 68 ◦ blue 46

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

Shades of Onion #4D442E

Tints of Onion #4D442E

RGB

 RED value IS 77 (30.47% from 255) = 40.31%

 GREEN value IS 68 (26.95% from 255) = 35.6%

 BLUE value IS 46 (18.36% from 255) = 24.08%

R = 40.31%
G = 35.6%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.70

RGB Variations

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

Color information

#4D442E (or 0x4D442E) is known color: Onion. HEX triplet: 4D, 44 and 2E. RGB value is (77,68,46). Sum of RGB (Red+Green+Blue) = 77+68+46=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 77 - color contains mainly: red. Hex color #4D442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D442E is #B2BBD1. Grayscale: #444444. Windows color (decimal): -11713490 or 3032141. OLE color: 3032141.

HSL color Cylindrical-coordinate representation of color #4D442E: hue angle of 42.58º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D442E is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 68 46 -
CMYK 0 0.12 0.40 0.70
HSL 42.58º 0.25% 0.24% -
HSV(B) 42.58º 0.4% 0.3% -
XYZ 5.62 5.91 3.43 -
YUV 68.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 77 68 46 0 0.12 0.40 0.70 42.58 0.25 0.24
Hex 4D 44 2E 0 C 28 46 2B 19 18
Octal 115 104 56 0 14 50 106 53 31 30
Binary 1001101 1000100 101110 0 1100 101000 1000110 101011 11001 11000

Color Harmonies of #4D442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D442E

Black with #4D442E

Text Example


Text Example

White with #4D442E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,68,46); }

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

background-color css

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

 a { background-color: rgb(77,68,46); }

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

border-color css

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

 span { border-color: rgb(77,68,46); }

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