#4D4A36

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

Shades of Camouflage #4D4A36

Tints of Camouflage #4D4A36

Color information

#4D4A36 (or 0x4D4A36) is unknown color: approx Camouflage. HEX triplet: 4D, 4A and 36. RGB value is (77,74,54). Sum of RGB (Red+Green+Blue) = 77+74+54=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4A36 is #B2B5C9. Grayscale: #484848. Windows color (decimal): -11711946 or 3557965. OLE color: 3557965.

HSL color Cylindrical-coordinate representation of color #4D4A36: hue angle of 52.17º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D4A36 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB777454-
CMYK00.040.300.70
HSL52.17º17.56%25.69%-
HSV(B)52.17º29.87%30.2%-
XYZ6.186.744.47-
YUV72.62117.49131.13-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.56%
GREEN value IS 74 (29.30% from 255) = 36.10%
BLUE value IS 54 (21.48% from 255) = 26.34%
R=37.56%
G=36.10%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77745400.040.300.7052.1717.5625.69
Hex4D4A36041E4634121a
Octal115112660436106642232
Binary1001101100101011011001001111010001101101001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,74,54); }

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

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

 a { background-color: rgb(77,74,54); }

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

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

 span { border-color: rgb(77,74,54); }

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