Html Css Color HEX #4D462D Onion

📋 copy color: '#4D462D'

red 77 ◦ green 70 ◦ blue 45

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

Shades of Onion #4D462D

Tints of Onion #4D462D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.46%

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

R = 40.1%
G = 36.46%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#4D462D (or 0x4D462D) is known color: Onion. HEX triplet: 4D, 46 and 2D. RGB value is (77,70,45). Sum of RGB (Red+Green+Blue) = 77+70+45=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 77 - color contains mainly: red. Hex color #4D462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D462D is #B2B9D2. Grayscale: #454545. Windows color (decimal): -11712979 or 2967117. OLE color: 2967117.

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

Color convert

RGB 77 70 45 -
CMYK 0 0.09 0.42 0.70
HSL 46.88º 0.26% 0.24% -
HSV(B) 46.88º 0.42% 0.3% -
XYZ 5.72 6.15 3.37 -
YUV 69.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 77 70 45 0 0.09 0.42 0.70 46.88 0.26 0.24
Hex 4D 46 2D 0 9 2A 46 2F 1A 18
Octal 115 106 55 0 11 52 106 57 32 30
Binary 1001101 1000110 101101 0 1001 101010 1000110 101111 11010 11000

Color Harmonies of #4D462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D462D

Black with #4D462D

Text Example


Text Example

White with #4D462D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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