Html Css Color HEX #4D4524 Onion

📋 copy color: '#4D4524'

red 77 ◦ green 69 ◦ blue 36

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

Shades of Onion #4D4524

Tints of Onion #4D4524

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.91%

 BLUE value IS 36 (14.45% from 255) = 19.78%

R = 42.31%
G = 37.91%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.70

RGB Variations

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

Color information

#4D4524 (or 0x4D4524) is known color: Onion. HEX triplet: 4D, 45 and 24. RGB value is (77,69,36). Sum of RGB (Red+Green+Blue) = 77+69+36=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4524 is #B2BADB. Grayscale: #434343. Windows color (decimal): -11713244 or 2377037. OLE color: 2377037.

HSL color Cylindrical-coordinate representation of color #4D4524: hue angle of 48.29º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D4524 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 69 36 -
CMYK 0 0.10 0.53 0.70
HSL 48.29º 0.36% 0.22% -
HSV(B) 48.29º 0.53% 0.3% -
XYZ 5.51 5.96 2.53 -
YUV 67.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 77 69 36 0 0.10 0.53 0.70 48.29 0.36 0.22
Hex 4D 45 24 0 A 35 46 30 24 16
Octal 115 105 44 0 12 65 106 60 44 26
Binary 1001101 1000101 100100 0 1010 110101 1000110 110000 100100 10110

Color Harmonies of #4D4524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4524

Black with #4D4524

Text Example


Text Example

White with #4D4524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,69,36); }

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

background-color css

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

 a { background-color: rgb(77,69,36); }

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

border-color css

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

 span { border-color: rgb(77,69,36); }

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