Html Css Color HEX #4A4430 Onion

📋 copy color: '#4A4430'

red 74 ◦ green 68 ◦ blue 48

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

Shades of Onion #4A4430

Tints of Onion #4A4430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.26%

R = 38.95%
G = 35.79%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.71

RGB Variations

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

Color information

#4A4430 (or 0x4A4430) is known color: Onion. HEX triplet: 4A, 44 and 30. RGB value is (74,68,48). Sum of RGB (Red+Green+Blue) = 74+68+48=190 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.95% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4430 is #B5BBCF. Grayscale: #434343. Windows color (decimal): -11910096 or 3163210. OLE color: 3163210.

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

Color convert

RGB 74 68 48 -
CMYK 0 0.08 0.35 0.71
HSL 46.15º 0.21% 0.24% -
HSV(B) 46.15º 0.35% 0.29% -
XYZ 5.42 5.8 3.63 -
YUV 67.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 74 68 48 0 0.08 0.35 0.71 46.15 0.21 0.24
Hex 4A 44 30 0 8 23 47 2E 15 18
Octal 112 104 60 0 10 43 107 56 25 30
Binary 1001010 1000100 110000 0 1000 100011 1000111 101110 10101 11000

Color Harmonies of #4A4430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4430

Black with #4A4430

Text Example


Text Example

White with #4A4430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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