#4C4A32

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

Shades of Camouflage #4C4A32

Tints of Camouflage #4C4A32

Color information

#4C4A32 (or 0x4C4A32) is unknown color: approx Camouflage. HEX triplet: 4C, 4A and 32. RGB value is (76,74,50). Sum of RGB (Red+Green+Blue) = 76+74+50=200 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4A32 is #B3B5CD. Grayscale: #474747. Windows color (decimal): -11777486 or 3295820. OLE color: 3295820.

HSL color Cylindrical-coordinate representation of color #4C4A32: hue angle of 55.38º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C4A32 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB767450-
CMYK00.030.340.70
HSL55.38º20.63%24.71%-
HSV(B)55.38º34.21%29.8%-
XYZ66.663.99-
YUV71.86115.66130.95-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38%
GREEN value IS 74 (29.30% from 255) = 37%
BLUE value IS 50 (19.92% from 255) = 25%
R=38%
G=37%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76745000.030.340.7055.3820.6324.71
Hex4C4A32032246371519
Octal114112620342106672531
Binary1001100100101011001001110001010001101101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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