#4E4A2A

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

Shades of Camouflage #4E4A2A

Tints of Camouflage #4E4A2A

Color information

#4E4A2A (or 0x4E4A2A) is unknown color: approx Camouflage. HEX triplet: 4E, 4A and 2A. RGB value is (78,74,42). Sum of RGB (Red+Green+Blue) = 78+74+42=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4A2A is #B1B5D5. Grayscale: #474747. Windows color (decimal): -11646422 or 2771534. OLE color: 2771534.

HSL color Cylindrical-coordinate representation of color #4E4A2A: hue angle of 53.33º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E4A2A is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB787442-
CMYK00.050.460.69
HSL53.33º30%23.53%-
HSV(B)53.33º46.15%30.59%-
XYZ6.016.683.16-
YUV71.55111.33132.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.21%
GREEN value IS 74 (29.30% from 255) = 38.14%
BLUE value IS 42 (16.80% from 255) = 21.65%
R=40.21%
G=38.14%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78744200.050.460.6953.333023.53
Hex4E4A2A052E45351e18
Octal116112520556105653630
Binary10011101001010101010010110111010001011101011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,74,42); }

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

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

 a { background-color: rgb(78,74,42); }

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

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

 span { border-color: rgb(78,74,42); }

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