#504D26

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

Shades of Camouflage #504D26

Tints of Camouflage #504D26

Color information

#504D26 (or 0x504D26) is unknown color: approx Camouflage. HEX triplet: 50, 4D and 26. RGB value is (80,77,38). Sum of RGB (Red+Green+Blue) = 80+77+38=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #504D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D26 is #AFB2D9. Grayscale: #494949. Windows color (decimal): -11514586 or 2510160. OLE color: 2510160.

HSL color Cylindrical-coordinate representation of color #504D26: hue angle of 55.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #504D26 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB807738-
CMYK00.040.520.69
HSL55.71º35.59%23.14%-
HSV(B)55.71º52.5%31.37%-
XYZ6.317.152.88-
YUV73.45107.99132.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 77 (30.47% from 255) = 39.49%
BLUE value IS 38 (15.23% from 255) = 19.49%
R=41.03%
G=39.49%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80773800.040.520.6955.7135.5923.14
Hex504D26043445382417
Octal120115460464105704427
Binary101000010011011001100100110100100010111100010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504D26; }

 p { color: rgb(80,77,38); }

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

<style>
 a { background-color: #504D26; }

 a { background-color: rgb(80,77,38); }

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

<style>
 span { border-color: #504D26; }

 span { border-color: rgb(80,77,38); }

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