Html Css Color HEX #4D442D Onion

📋 copy color: '#4D442D'

red 77 ◦ green 68 ◦ blue 45

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

Shades of Onion #4D442D

Tints of Onion #4D442D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.68%

R = 40.53%
G = 35.79%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#4D442D (or 0x4D442D) is known color: Onion. HEX triplet: 4D, 44 and 2D. RGB value is (77,68,45). Sum of RGB (Red+Green+Blue) = 77+68+45=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 77 - color contains mainly: red. Hex color #4D442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D442D is #B2BBD2. Grayscale: #444444. Windows color (decimal): -11713491 or 2966605. OLE color: 2966605.

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

Color convert

RGB 77 68 45 -
CMYK 0 0.12 0.42 0.70
HSL 43.13º 0.26% 0.24% -
HSV(B) 43.13º 0.42% 0.3% -
XYZ 5.6 5.9 3.33 -
YUV 68.07 114.98 134.37 -
System Red Green Blue C M Y K H S L
Decimal 77 68 45 0 0.12 0.42 0.70 43.13 0.26 0.24
Hex 4D 44 2D 0 C 2A 46 2B 1A 18
Octal 115 104 55 0 14 52 106 53 32 30
Binary 1001101 1000100 101101 0 1100 101010 1000110 101011 11010 11000

Color Harmonies of #4D442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D442D

Black with #4D442D

Text Example


Text Example

White with #4D442D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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