Html Css Color HEX #4A4429 Onion

📋 copy color: '#4A4429'

red 74 ◦ green 68 ◦ blue 41

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

Shades of Onion #4A4429

Tints of Onion #4A4429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.16%

 BLUE value IS 41 (16.41% from 255) = 22.4%

R = 40.44%
G = 37.16%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#4A4429 (or 0x4A4429) is known color: Onion. HEX triplet: 4A, 44 and 29. RGB value is (74,68,41). Sum of RGB (Red+Green+Blue) = 74+68+41=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4429 is #B5BBD6. Grayscale: #424242. Windows color (decimal): -11910103 or 2704458. OLE color: 2704458.

HSL color Cylindrical-coordinate representation of color #4A4429: hue angle of 49.09º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A4429 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 68 41 -
CMYK 0 0.08 0.45 0.71
HSL 49.09º 0.29% 0.23% -
HSV(B) 49.09º 0.45% 0.29% -
XYZ 5.29 5.75 2.93 -
YUV 66.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 74 68 41 0 0.08 0.45 0.71 49.09 0.29 0.23
Hex 4A 44 29 0 8 2D 47 31 1D 17
Octal 112 104 51 0 10 55 107 61 35 27
Binary 1001010 1000100 101001 0 1000 101101 1000111 110001 11101 10111

Color Harmonies of #4A4429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4429

Black with #4A4429

Text Example


Text Example

White with #4A4429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,68,41); }

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

background-color css

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

 a { background-color: rgb(74,68,41); }

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

border-color css

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

 span { border-color: rgb(74,68,41); }

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