Html Css Color HEX #4C4628 Onion

📋 copy color: '#4C4628'

red 76 ◦ green 70 ◦ blue 40

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

Shades of Onion #4C4628

Tints of Onion #4C4628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.63%

 BLUE value IS 40 (16.02% from 255) = 21.51%

R = 40.86%
G = 37.63%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#4C4628 (or 0x4C4628) is known color: Onion. HEX triplet: 4C, 46 and 28. RGB value is (76,70,40). Sum of RGB (Red+Green+Blue) = 76+70+40=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4628 is #B3B9D7. Grayscale: #444444. Windows color (decimal): -11778520 or 2639436. OLE color: 2639436.

HSL color Cylindrical-coordinate representation of color #4C4628: hue angle of 50º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C4628 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 70 40 -
CMYK 0 0.08 0.47 0.70
HSL 50º 0.31% 0.23% -
HSV(B) 50º 0.47% 0.3% -
XYZ 5.55 6.07 2.89 -
YUV 68.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 76 70 40 0 0.08 0.47 0.70 50 0.31 0.23
Hex 4C 46 28 0 8 2F 46 32 1F 17
Octal 114 106 50 0 10 57 106 62 37 27
Binary 1001100 1000110 101000 0 1000 101111 1000110 110010 11111 10111

Color Harmonies of #4C4628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4628

Black with #4C4628

Text Example


Text Example

White with #4C4628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,70,40); }

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

background-color css

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

 a { background-color: rgb(76,70,40); }

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

border-color css

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

 span { border-color: rgb(76,70,40); }

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