Html Css Color HEX #4A4431 Onion

📋 copy color: '#4A4431'

red 74 ◦ green 68 ◦ blue 49

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

Shades of Onion #4A4431

Tints of Onion #4A4431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 25.65%

R = 38.74%
G = 35.6%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#4A4431 (or 0x4A4431) is known color: Onion. HEX triplet: 4A, 44 and 31. RGB value is (74,68,49). Sum of RGB (Red+Green+Blue) = 74+68+49=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4431 is #B5BBCE. Grayscale: #434343. Windows color (decimal): -11910095 or 3228746. OLE color: 3228746.

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

Color convert

RGB 74 68 49 -
CMYK 0 0.08 0.34 0.71
HSL 45.6º 0.2% 0.24% -
HSV(B) 45.6º 0.34% 0.29% -
XYZ 5.45 5.81 3.74 -
YUV 67.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 74 68 49 0 0.08 0.34 0.71 45.6 0.2 0.24
Hex 4A 44 31 0 8 22 47 2E 14 18
Octal 112 104 61 0 10 42 107 56 24 30
Binary 1001010 1000100 110001 0 1000 100010 1000111 101110 10100 11000

Color Harmonies of #4A4431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4431

Black with #4A4431

Text Example


Text Example

White with #4A4431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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