#4D4B2D

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

Shades of Camouflage #4D4B2D

Tints of Camouflage #4D4B2D

Color information

#4D4B2D (or 0x4D4B2D) is unknown color: approx Camouflage. HEX triplet: 4D, 4B and 2D. RGB value is (77,75,45). Sum of RGB (Red+Green+Blue) = 77+75+45=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4B2D is #B2B4D2. Grayscale: #484848. Windows color (decimal): -11711699 or 2968397. OLE color: 2968397.

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

Color convert

RGB777545-
CMYK00.030.420.70
HSL56.25º26.23%23.92%-
HSV(B)56.25º41.56%30.2%-
XYZ6.056.83.48-
YUV72.18112.66131.44-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.09%
GREEN value IS 75 (29.69% from 255) = 38.07%
BLUE value IS 45 (17.97% from 255) = 22.84%
R=39.09%
G=38.07%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77754500.030.420.7056.2526.2323.92
Hex4D4B2D032A46381a18
Octal115113550352106703230
Binary1001101100101110110101110101010001101110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,75,45); }

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

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

 a { background-color: rgb(77,75,45); }

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

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

 span { border-color: rgb(77,75,45); }

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