Html Css Color HEX #4A4532 Onion

📋 copy color: '#4A4532'

red 74 ◦ green 69 ◦ blue 50

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

Shades of Onion #4A4532

Tints of Onion #4A4532

RGB

 RED value IS 74 (29.3% from 255) = 38.34%

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

 BLUE value IS 50 (19.92% from 255) = 25.91%

R = 38.34%
G = 35.75%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#4A4532 (or 0x4A4532) is known color: Onion. HEX triplet: 4A, 45 and 32. RGB value is (74,69,50). Sum of RGB (Red+Green+Blue) = 74+69+50=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4532 is #B5BACD. Grayscale: #444444. Windows color (decimal): -11909838 or 3294538. OLE color: 3294538.

HSL color Cylindrical-coordinate representation of color #4A4532: hue angle of 47.5º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A4532 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 69 50 -
CMYK 0 0.07 0.32 0.71
HSL 47.5º 0.19% 0.24% -
HSV(B) 47.5º 0.32% 0.29% -
XYZ 5.53 5.94 3.87 -
YUV 68.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 74 69 50 0 0.07 0.32 0.71 47.5 0.19 0.24
Hex 4A 45 32 0 7 20 47 30 13 18
Octal 112 105 62 0 7 40 107 60 23 30
Binary 1001010 1000101 110010 0 111 100000 1000111 110000 10011 11000

Color Harmonies of #4A4532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4532

Black with #4A4532

Text Example


Text Example

White with #4A4532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,69,50); }

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

background-color css

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

 a { background-color: rgb(74,69,50); }

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

border-color css

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

 span { border-color: rgb(74,69,50); }

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