#4F4C32

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

Shades of Camouflage #4F4C32

Tints of Camouflage #4F4C32

Color information

#4F4C32 (or 0x4F4C32) is unknown color: approx Camouflage. HEX triplet: 4F, 4C and 32. RGB value is (79,76,50). Sum of RGB (Red+Green+Blue) = 79+76+50=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4C32 is #B0B3CD. Grayscale: #4A4A4A. Windows color (decimal): -11580366 or 3296335. OLE color: 3296335.

HSL color Cylindrical-coordinate representation of color #4F4C32: hue angle of 53.79º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F4C32 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB797650-
CMYK00.040.370.69
HSL53.79º22.48%25.29%-
HSV(B)53.79º36.71%30.98%-
XYZ6.387.064.04-
YUV73.93114.49131.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.54%
GREEN value IS 76 (30.08% from 255) = 37.07%
BLUE value IS 50 (19.92% from 255) = 24.39%
R=38.54%
G=37.07%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79765000.040.370.6953.7922.4825.29
Hex4F4C32042545361619
Octal117114620445105662631
Binary10011111001100110010010010010110001011101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,76,50); }

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

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

 a { background-color: rgb(79,76,50); }

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

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

 span { border-color: rgb(79,76,50); }

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