Html Css Color HEX #4A412E Onion

📋 copy color: '#4A412E'

red 74 ◦ green 65 ◦ blue 46

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

Shades of Onion #4A412E

Tints of Onion #4A412E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.86%

R = 40%
G = 35.14%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#4A412E (or 0x4A412E) is known color: Onion. HEX triplet: 4A, 41 and 2E. RGB value is (74,65,46). Sum of RGB (Red+Green+Blue) = 74+65+46=185 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 74 - color contains mainly: red. Hex color #4A412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A412E is #B5BED1. Grayscale: #414141. Windows color (decimal): -11910866 or 3031370. OLE color: 3031370.

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

Color convert

RGB 74 65 46 -
CMYK 0 0.12 0.38 0.71
HSL 40.71º 0.23% 0.24% -
HSV(B) 40.71º 0.38% 0.29% -
XYZ 5.21 5.43 3.36 -
YUV 65.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 74 65 46 0 0.12 0.38 0.71 40.71 0.23 0.24
Hex 4A 41 2E 0 C 26 47 29 17 18
Octal 112 101 56 0 14 46 107 51 27 30
Binary 1001010 1000001 101110 0 1100 100110 1000111 101001 10111 11000

Color Harmonies of #4A412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A412E

Black with #4A412E

Text Example


Text Example

White with #4A412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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