Html Css Color HEX #4D4525 Onion

📋 copy color: '#4D4525'

red 77 ◦ green 69 ◦ blue 37

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

Shades of Onion #4D4525

Tints of Onion #4D4525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.22%

R = 42.08%
G = 37.7%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.70

RGB Variations

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

Color information

#4D4525 (or 0x4D4525) is known color: Onion. HEX triplet: 4D, 45 and 25. RGB value is (77,69,37). Sum of RGB (Red+Green+Blue) = 77+69+37=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4525 is #B2BADA. Grayscale: #434343. Windows color (decimal): -11713243 or 2442573. OLE color: 2442573.

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

Color convert

RGB 77 69 37 -
CMYK 0 0.10 0.52 0.70
HSL 48º 0.35% 0.22% -
HSV(B) 48º 0.52% 0.3% -
XYZ 5.52 5.97 2.61 -
YUV 67.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 77 69 37 0 0.10 0.52 0.70 48 0.35 0.22
Hex 4D 45 25 0 A 34 46 30 23 16
Octal 115 105 45 0 12 64 106 60 43 26
Binary 1001101 1000101 100101 0 1010 110100 1000110 110000 100011 10110

Color Harmonies of #4D4525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4525

Black with #4D4525

Text Example


Text Example

White with #4D4525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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