Html Css Color HEX #4D472D Onion

📋 copy color: '#4D472D'

red 77 ◦ green 71 ◦ blue 45

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

Shades of Onion #4D472D

Tints of Onion #4D472D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.79%

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

R = 39.9%
G = 36.79%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#4D472D (or 0x4D472D) is known color: Onion. HEX triplet: 4D, 47 and 2D. RGB value is (77,71,45). Sum of RGB (Red+Green+Blue) = 77+71+45=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 77 - color contains mainly: red. Hex color #4D472D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D472D is #B2B8D2. Grayscale: #454545. Windows color (decimal): -11712723 or 2967373. OLE color: 2967373.

HSL color Cylindrical-coordinate representation of color #4D472D: hue angle of 48.75º 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 #4D472D is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 71 45 -
CMYK 0 0.08 0.42 0.70
HSL 48.75º 0.26% 0.24% -
HSV(B) 48.75º 0.42% 0.3% -
XYZ 5.79 6.27 3.39 -
YUV 69.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 77 71 45 0 0.08 0.42 0.70 48.75 0.26 0.24
Hex 4D 47 2D 0 8 2A 46 31 1A 18
Octal 115 107 55 0 10 52 106 61 32 30
Binary 1001101 1000111 101101 0 1000 101010 1000110 110001 11010 11000

Color Harmonies of #4D472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D472D

Black with #4D472D

Text Example


Text Example

White with #4D472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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