#4D4B27

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

Shades of Camouflage #4D4B27

Tints of Camouflage #4D4B27

Color information

#4D4B27 (or 0x4D4B27) is unknown color: approx Camouflage. HEX triplet: 4D, 4B and 27. RGB value is (77,75,39). Sum of RGB (Red+Green+Blue) = 77+75+39=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4B27 is #B2B4D8. Grayscale: #474747. Windows color (decimal): -11711705 or 2575181. OLE color: 2575181.

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

Color convert

RGB777539-
CMYK00.030.490.70
HSL56.84º32.76%22.75%-
HSV(B)56.84º49.35%30.2%-
XYZ5.946.762.91-
YUV71.49109.66131.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.31%
GREEN value IS 75 (29.69% from 255) = 39.27%
BLUE value IS 39 (15.62% from 255) = 20.42%
R=40.31%
G=39.27%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77753900.030.490.7056.8432.7622.75
Hex4D4B27033146392117
Octal115113470361106714127
Binary10011011001011100111011110001100011011100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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