Html Css Color HEX #4D4128 Onion

📋 copy color: '#4D4128'

red 77 ◦ green 65 ◦ blue 40

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

Shades of Onion #4D4128

Tints of Onion #4D4128

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.71%

 BLUE value IS 40 (16.02% from 255) = 21.98%

R = 42.31%
G = 35.71%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.70

RGB Variations

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

Color information

#4D4128 (or 0x4D4128) is known color: Onion. HEX triplet: 4D, 41 and 28. RGB value is (77,65,40). Sum of RGB (Red+Green+Blue) = 77+65+40=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4128 is #B2BED7. Grayscale: #414141. Windows color (decimal): -11714264 or 2638157. OLE color: 2638157.

HSL color Cylindrical-coordinate representation of color #4D4128: hue angle of 40.54º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D4128 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 65 40 -
CMYK 0 0.16 0.48 0.70
HSL 40.54º 0.32% 0.23% -
HSV(B) 40.54º 0.48% 0.3% -
XYZ 5.33 5.51 2.79 -
YUV 65.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 77 65 40 0 0.16 0.48 0.70 40.54 0.32 0.23
Hex 4D 41 28 0 10 30 46 29 20 17
Octal 115 101 50 0 20 60 106 51 40 27
Binary 1001101 1000001 101000 0 10000 110000 1000110 101001 100000 10111

Color Harmonies of #4D4128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4128

Black with #4D4128

Text Example


Text Example

White with #4D4128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,65,40); }

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

background-color css

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

 a { background-color: rgb(77,65,40); }

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

border-color css

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

 span { border-color: rgb(77,65,40); }

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