Html Css Color HEX #4A412C Onion

📋 copy color: '#4A412C'

red 74 ◦ green 65 ◦ blue 44

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

Shades of Onion #4A412C

Tints of Onion #4A412C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.52%

 BLUE value IS 44 (17.58% from 255) = 24.04%

R = 40.44%
G = 35.52%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#4A412C (or 0x4A412C) is known color: Onion. HEX triplet: 4A, 41 and 2C. RGB value is (74,65,44). Sum of RGB (Red+Green+Blue) = 74+65+44=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 74 - color contains mainly: red. Hex color #4A412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A412C is #B5BED3. Grayscale: #414141. Windows color (decimal): -11910868 or 2900298. OLE color: 2900298.

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

Color convert

RGB 74 65 44 -
CMYK 0 0.12 0.41 0.71
HSL 42º 0.25% 0.23% -
HSV(B) 42º 0.41% 0.29% -
XYZ 5.17 5.42 3.16 -
YUV 65.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 74 65 44 0 0.12 0.41 0.71 42 0.25 0.23
Hex 4A 41 2C 0 C 29 47 2A 19 17
Octal 112 101 54 0 14 51 107 52 31 27
Binary 1001010 1000001 101100 0 1100 101001 1000111 101010 11001 10111

Color Harmonies of #4A412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A412C

Black with #4A412C

Text Example


Text Example

White with #4A412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,65,44); }

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

background-color css

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

 a { background-color: rgb(74,65,44); }

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

border-color css

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

 span { border-color: rgb(74,65,44); }

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