#4D4A33

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

Shades of Camouflage #4D4A33

Tints of Camouflage #4D4A33

Color information

#4D4A33 (or 0x4D4A33) is unknown color: approx Camouflage. HEX triplet: 4D, 4A and 33. RGB value is (77,74,51). Sum of RGB (Red+Green+Blue) = 77+74+51=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4A33 is #B2B5CC. Grayscale: #484848. Windows color (decimal): -11711949 or 3361357. OLE color: 3361357.

HSL color Cylindrical-coordinate representation of color #4D4A33: hue angle of 53.08º degrees, saturation: 0.2, 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 #4D4A33 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB777451-
CMYK00.040.340.70
HSL53.08º20.31%25.1%-
HSV(B)53.08º33.77%30.2%-
XYZ6.116.714.11-
YUV72.28115.99131.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.12%
GREEN value IS 74 (29.30% from 255) = 36.63%
BLUE value IS 51 (20.31% from 255) = 25.25%
R=38.12%
G=36.63%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77745100.040.340.7053.0820.3125.1
Hex4D4A33042246351419
Octal115112630442106652431
Binary10011011001010110011010010001010001101101011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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