Html Css Color HEX #4A4332 Onion

📋 copy color: '#4A4332'

red 74 ◦ green 67 ◦ blue 50

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

Shades of Onion #4A4332

Tints of Onion #4A4332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.08%

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

R = 38.74%
G = 35.08%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#4A4332 (or 0x4A4332) is known color: Onion. HEX triplet: 4A, 43 and 32. RGB value is (74,67,50). Sum of RGB (Red+Green+Blue) = 74+67+50=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4332 is #B5BCCD. Grayscale: #434343. Windows color (decimal): -11910350 or 3294026. OLE color: 3294026.

HSL color Cylindrical-coordinate representation of color #4A4332: hue angle of 42.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 #4A4332 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 67 50 -
CMYK 0 0.09 0.32 0.71
HSL 42.5º 0.19% 0.24% -
HSV(B) 42.5º 0.32% 0.29% -
XYZ 5.41 5.7 3.83 -
YUV 67.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 74 67 50 0 0.09 0.32 0.71 42.5 0.19 0.24
Hex 4A 43 32 0 9 20 47 2A 13 18
Octal 112 103 62 0 11 40 107 52 23 30
Binary 1001010 1000011 110010 0 1001 100000 1000111 101010 10011 11000

Color Harmonies of #4A4332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4332

Black with #4A4332

Text Example


Text Example

White with #4A4332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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