Html Css Color HEX #4A4531 Onion

📋 copy color: '#4A4531'

red 74 ◦ green 69 ◦ blue 49

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

Shades of Onion #4A4531

Tints of Onion #4A4531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.94%

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

R = 38.54%
G = 35.94%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#4A4531 (or 0x4A4531) is known color: Onion. HEX triplet: 4A, 45 and 31. RGB value is (74,69,49). Sum of RGB (Red+Green+Blue) = 74+69+49=192 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.54% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4531 is #B5BACE. Grayscale: #444444. Windows color (decimal): -11909839 or 3229002. OLE color: 3229002.

HSL color Cylindrical-coordinate representation of color #4A4531: hue angle of 48º 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 #4A4531 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 69 49 -
CMYK 0 0.07 0.34 0.71
HSL 48º 0.2% 0.24% -
HSV(B) 48º 0.34% 0.29% -
XYZ 5.51 5.93 3.76 -
YUV 68.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 74 69 49 0 0.07 0.34 0.71 48 0.2 0.24
Hex 4A 45 31 0 7 22 47 30 14 18
Octal 112 105 61 0 7 42 107 60 24 30
Binary 1001010 1000101 110001 0 111 100010 1000111 110000 10100 11000

Color Harmonies of #4A4531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4531

Black with #4A4531

Text Example


Text Example

White with #4A4531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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