Html Css Color HEX #4C442C Onion

📋 copy color: '#4C442C'

red 76 ◦ green 68 ◦ blue 44

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

Shades of Onion #4C442C

Tints of Onion #4C442C

RGB

 RED value IS 76 (30.08% from 255) = 40.43%

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

 BLUE value IS 44 (17.58% from 255) = 23.4%

R = 40.43%
G = 36.17%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#4C442C (or 0x4C442C) is known color: Onion. HEX triplet: 4C, 44 and 2C. RGB value is (76,68,44). Sum of RGB (Red+Green+Blue) = 76+68+44=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 76 - color contains mainly: red. Hex color #4C442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C442C is #B3BBD3. Grayscale: #434343. Windows color (decimal): -11779028 or 2901068. OLE color: 2901068.

HSL color Cylindrical-coordinate representation of color #4C442C: hue angle of 45º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C442C is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 68 44 -
CMYK 0 0.11 0.42 0.70
HSL 45º 0.27% 0.24% -
HSV(B) 45º 0.42% 0.3% -
XYZ 5.5 5.85 3.22 -
YUV 67.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 76 68 44 0 0.11 0.42 0.70 45 0.27 0.24
Hex 4C 44 2C 0 B 2A 46 2D 1B 18
Octal 114 104 54 0 13 52 106 55 33 30
Binary 1001100 1000100 101100 0 1011 101010 1000110 101101 11011 11000

Color Harmonies of #4C442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C442C

Black with #4C442C

Text Example


Text Example

White with #4C442C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,68,44); }

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

background-color css

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

 a { background-color: rgb(76,68,44); }

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

border-color css

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

 span { border-color: rgb(76,68,44); }

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