#4E4A27

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

Shades of Camouflage #4E4A27

Tints of Camouflage #4E4A27

Color information

#4E4A27 (or 0x4E4A27) is unknown color: approx Camouflage. HEX triplet: 4E, 4A and 27. RGB value is (78,74,39). Sum of RGB (Red+Green+Blue) = 78+74+39=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4A27 is #B1B5D8. Grayscale: #474747. Windows color (decimal): -11646425 or 2574926. OLE color: 2574926.

HSL color Cylindrical-coordinate representation of color #4E4A27: hue angle of 53.85º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E4A27 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.69.

Color convert

RGB787439-
CMYK00.050.500.69
HSL53.85º33.33%22.94%-
HSV(B)53.85º50%30.59%-
XYZ5.966.662.89-
YUV71.21109.83132.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.84%
GREEN value IS 74 (29.30% from 255) = 38.74%
BLUE value IS 39 (15.62% from 255) = 20.42%
R=40.84%
G=38.74%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78743900.050.500.6953.8533.3322.94
Hex4E4A27053245362117
Octal116112470562105664127
Binary100111010010101001110101110010100010111011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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