#4D4B25

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

Shades of Camouflage #4D4B25

Tints of Camouflage #4D4B25

Color information

#4D4B25 (or 0x4D4B25) is unknown color: approx Camouflage. HEX triplet: 4D, 4B and 25. RGB value is (77,75,37). Sum of RGB (Red+Green+Blue) = 77+75+37=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4B25 is #B2B4DA. Grayscale: #474747. Windows color (decimal): -11711707 or 2444109. OLE color: 2444109.

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

Color convert

RGB777537-
CMYK00.030.520.70
HSL57º35.09%22.35%-
HSV(B)57º51.95%30.2%-
XYZ5.916.742.74-
YUV71.27108.66132.09-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.74%
GREEN value IS 75 (29.69% from 255) = 39.68%
BLUE value IS 37 (14.84% from 255) = 19.58%
R=40.74%
G=39.68%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77753700.030.520.705735.0922.35
Hex4D4B25033446392316
Octal115113450364106714326
Binary10011011001011100101011110100100011011100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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