Html Css Color HEX #4C422B Onion

📋 copy color: '#4C422B'

red 76 ◦ green 66 ◦ blue 43

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

Shades of Onion #4C422B

Tints of Onion #4C422B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.68%

 BLUE value IS 43 (17.19% from 255) = 23.24%

R = 41.08%
G = 35.68%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4C422B (or 0x4C422B) is known color: Onion. HEX triplet: 4C, 42 and 2B. RGB value is (76,66,43). Sum of RGB (Red+Green+Blue) = 76+66+43=185 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.08% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 76 - color contains mainly: red. Hex color #4C422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C422B is #B3BDD4. Grayscale: #424242. Windows color (decimal): -11779541 or 2835020. OLE color: 2835020.

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

Color convert

RGB 76 66 43 -
CMYK 0 0.13 0.43 0.70
HSL 41.82º 0.28% 0.23% -
HSV(B) 41.82º 0.43% 0.3% -
XYZ 5.36 5.61 3.09 -
YUV 66.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 76 66 43 0 0.13 0.43 0.70 41.82 0.28 0.23
Hex 4C 42 2B 0 D 2B 46 2A 1C 17
Octal 114 102 53 0 15 53 106 52 34 27
Binary 1001100 1000010 101011 0 1101 101011 1000110 101010 11100 10111

Color Harmonies of #4C422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C422B

Black with #4C422B

Text Example


Text Example

White with #4C422B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,66,43); }

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

background-color css

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

 a { background-color: rgb(76,66,43); }

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

border-color css

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

 span { border-color: rgb(76,66,43); }

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