#4E4B2A

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

Shades of Camouflage #4E4B2A

Tints of Camouflage #4E4B2A

Color information

#4E4B2A (or 0x4E4B2A) is unknown color: approx Camouflage. HEX triplet: 4E, 4B and 2A. RGB value is (78,75,42). Sum of RGB (Red+Green+Blue) = 78+75+42=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4B2A is #B1B4D5. Grayscale: #484848. Windows color (decimal): -11646166 or 2771790. OLE color: 2771790.

HSL color Cylindrical-coordinate representation of color #4E4B2A: hue angle of 55º 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 #4E4B2A is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB787542-
CMYK00.040.460.69
HSL55º30%23.53%-
HSV(B)55º46.15%30.59%-
XYZ6.086.823.19-
YUV72.13110.99132.18-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=40%
G=38.46%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78754200.040.460.69553023.53
Hex4E4B2A042E45371e18
Octal116113520456105673630
Binary10011101001011101010010010111010001011101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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