Html Css Color HEX #4C442F Onion

📋 copy color: '#4C442F'

red 76 ◦ green 68 ◦ blue 47

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

Shades of Onion #4C442F

Tints of Onion #4C442F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.61%

R = 39.79%
G = 35.6%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#4C442F (or 0x4C442F) is known color: Onion. HEX triplet: 4C, 44 and 2F. RGB value is (76,68,47). Sum of RGB (Red+Green+Blue) = 76+68+47=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 76 - color contains mainly: red. Hex color #4C442F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C442F is #B3BBD0. Grayscale: #444444. Windows color (decimal): -11779025 or 3097676. OLE color: 3097676.

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

Color convert

RGB 76 68 47 -
CMYK 0 0.11 0.38 0.70
HSL 43.45º 0.24% 0.24% -
HSV(B) 43.45º 0.38% 0.3% -
XYZ 5.56 5.88 3.53 -
YUV 68 116.15 133.71 -
System Red Green Blue C M Y K H S L
Decimal 76 68 47 0 0.11 0.38 0.70 43.45 0.24 0.24
Hex 4C 44 2F 0 B 26 46 2B 18 18
Octal 114 104 57 0 13 46 106 53 30 30
Binary 1001100 1000100 101111 0 1011 100110 1000110 101011 11000 11000

Color Harmonies of #4C442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C442F

Black with #4C442F

Text Example


Text Example

White with #4C442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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