#4D4B22

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

Shades of Camouflage #4D4B22

Tints of Camouflage #4D4B22

Color information

#4D4B22 (or 0x4D4B22) is unknown color: approx Camouflage. HEX triplet: 4D, 4B and 22. RGB value is (77,75,34). Sum of RGB (Red+Green+Blue) = 77+75+34=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4B22 is #B2B4DD. Grayscale: #474747. Windows color (decimal): -11711710 or 2247501. OLE color: 2247501.

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

Color convert

RGB777534-
CMYK00.030.560.70
HSL57.21º38.74%21.76%-
HSV(B)57.21º55.84%30.2%-
XYZ5.876.732.5-
YUV70.92107.16132.33-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.40%
GREEN value IS 75 (29.69% from 255) = 40.32%
BLUE value IS 34 (13.67% from 255) = 18.28%
R=41.40%
G=40.32%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77753400.030.560.7057.2138.7421.76
Hex4D4B22033846392716
Octal115113420370106714726
Binary10011011001011100010011111000100011011100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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