Html Css Color HEX #4A4228 Onion

📋 copy color: '#4A4228'

red 74 ◦ green 66 ◦ blue 40

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

Shades of Onion #4A4228

Tints of Onion #4A4228

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.67%

 BLUE value IS 40 (16.02% from 255) = 22.22%

R = 41.11%
G = 36.67%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.71

RGB Variations

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

Color information

#4A4228 (or 0x4A4228) is known color: Onion. HEX triplet: 4A, 42 and 28. RGB value is (74,66,40). Sum of RGB (Red+Green+Blue) = 74+66+40=180 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.11% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4228 is #B5BDD7. Grayscale: #414141. Windows color (decimal): -11910616 or 2638410. OLE color: 2638410.

HSL color Cylindrical-coordinate representation of color #4A4228: hue angle of 45.88º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A4228 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 66 40 -
CMYK 0 0.11 0.46 0.71
HSL 45.88º 0.3% 0.22% -
HSV(B) 45.88º 0.46% 0.29% -
XYZ 5.16 5.51 2.8 -
YUV 65.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 74 66 40 0 0.11 0.46 0.71 45.88 0.3 0.22
Hex 4A 42 28 0 B 2E 47 2E 1E 16
Octal 112 102 50 0 13 56 107 56 36 26
Binary 1001010 1000010 101000 0 1011 101110 1000111 101110 11110 10110

Color Harmonies of #4A4228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4228

Black with #4A4228

Text Example


Text Example

White with #4A4228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,66,40); }

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

background-color css

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

 a { background-color: rgb(74,66,40); }

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

border-color css

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

 span { border-color: rgb(74,66,40); }

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