#4F4D3A

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

Shades of Camouflage #4F4D3A

Tints of Camouflage #4F4D3A

Color information

#4F4D3A (or 0x4F4D3A) is unknown color: approx Camouflage. HEX triplet: 4F, 4D and 3A. RGB value is (79,77,58). Sum of RGB (Red+Green+Blue) = 79+77+58=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F4D3A is #B0B2C5. Grayscale: #4B4B4B. Windows color (decimal): -11580102 or 3820879. OLE color: 3820879.

HSL color Cylindrical-coordinate representation of color #4F4D3A: hue angle of 54.29º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F4D3A is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB797758-
CMYK00.030.270.69
HSL54.29º15.33%26.86%-
HSV(B)54.29º26.58%30.98%-
XYZ6.647.285.06-
YUV75.43118.16130.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.92%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 58 (23.05% from 255) = 27.10%
R=36.92%
G=35.98%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79775800.030.270.6954.2915.3326.86
Hex4F4D3A031B4536f1b
Octal117115720333105661733
Binary10011111001101111010011110111000101110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,77,58); }

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

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

 a { background-color: rgb(79,77,58); }

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

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

 span { border-color: rgb(79,77,58); }

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