#4C4A2C

Color #4C4A2C Camouflage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage #4C4A2C

Tints of Camouflage #4C4A2C

Color information

#4C4A2C (or 0x4C4A2C) is unknown color: approx Camouflage. HEX triplet: 4C, 4A and 2C. RGB value is (76,74,44). Sum of RGB (Red+Green+Blue) = 76+74+44=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4A2C is #B3B5D3. Grayscale: #474747. Windows color (decimal): -11777492 or 2902604. OLE color: 2902604.

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

Color convert

RGB767444-
CMYK00.030.420.70
HSL56.25º26.67%23.53%-
HSV(B)56.25º42.11%29.8%-
XYZ5.886.623.35-
YUV71.18112.66131.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.18%
GREEN value IS 74 (29.30% from 255) = 38.14%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=39.18%
G=38.14%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76744400.030.420.7056.2526.6723.53
Hex4C4A2C032A46381b18
Octal114112540352106703330
Binary1001100100101010110001110101010001101110001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C4A2C;
 }
 .AnyTagClassName
 {
   color: #4C4A2C;
 }
</style>
background-color css

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

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

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

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

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

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