Html Css Color HEX #4A4434 Onion

📋 copy color: '#4A4434'

red 74 ◦ green 68 ◦ blue 52

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

Shades of Onion #4A4434

Tints of Onion #4A4434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.8%

R = 38.14%
G = 35.05%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#4A4434 (or 0x4A4434) is known color: Onion. HEX triplet: 4A, 44 and 34. RGB value is (74,68,52). Sum of RGB (Red+Green+Blue) = 74+68+52=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4434 is #B5BBCB. Grayscale: #444444. Windows color (decimal): -11910092 or 3425354. OLE color: 3425354.

HSL color Cylindrical-coordinate representation of color #4A4434: hue angle of 43.64º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A4434 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 68 52 -
CMYK 0 0.08 0.30 0.71
HSL 43.64º 0.17% 0.25% -
HSV(B) 43.64º 0.3% 0.29% -
XYZ 5.51 5.84 4.09 -
YUV 67.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 74 68 52 0 0.08 0.30 0.71 43.64 0.17 0.25
Hex 4A 44 34 0 8 1E 47 2C 11 19
Octal 112 104 64 0 10 36 107 54 21 31
Binary 1001010 1000100 110100 0 1000 11110 1000111 101100 10001 11001

Color Harmonies of #4A4434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4434

Black with #4A4434

Text Example


Text Example

White with #4A4434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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