Html Css Color HEX #4C472C Onion

📋 copy color: '#4C472C'

red 76 ◦ green 71 ◦ blue 44

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

Shades of Onion #4C472C

Tints of Onion #4C472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.17%

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

R = 39.79%
G = 37.17%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#4C472C (or 0x4C472C) is known color: Onion. HEX triplet: 4C, 47 and 2C. RGB value is (76,71,44). Sum of RGB (Red+Green+Blue) = 76+71+44=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 76 - color contains mainly: red. Hex color #4C472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C472C is #B3B8D3. Grayscale: #454545. Windows color (decimal): -11778260 or 2901836. OLE color: 2901836.

HSL color Cylindrical-coordinate representation of color #4C472C: hue angle of 50.62º 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 #4C472C is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 71 44 -
CMYK 0 0.07 0.42 0.70
HSL 50.63º 0.27% 0.24% -
HSV(B) 50.63º 0.42% 0.3% -
XYZ 5.69 6.22 3.28 -
YUV 69.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 76 71 44 0 0.07 0.42 0.70 50.63 0.27 0.24
Hex 4C 47 2C 0 7 2A 46 33 1B 18
Octal 114 107 54 0 7 52 106 63 33 30
Binary 1001100 1000111 101100 0 111 101010 1000110 110011 11011 11000

Color Harmonies of #4C472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C472C

Black with #4C472C

Text Example


Text Example

White with #4C472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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