#504D21

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

Shades of Camouflage #504D21

Tints of Camouflage #504D21

Color information

#504D21 (or 0x504D21) is unknown color: approx Camouflage. HEX triplet: 50, 4D and 21. RGB value is (80,77,33). Sum of RGB (Red+Green+Blue) = 80+77+33=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #504D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D21 is #AFB2DE. Grayscale: #494949. Windows color (decimal): -11514591 or 2182480. OLE color: 2182480.

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

Color convert

RGB807733-
CMYK00.040.590.69
HSL56.17º41.59%22.16%-
HSV(B)56.17º58.75%31.37%-
XYZ6.247.122.49-
YUV72.88105.49133.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.11%
GREEN value IS 77 (30.47% from 255) = 40.53%
BLUE value IS 33 (13.28% from 255) = 17.37%
R=42.11%
G=40.53%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80773300.040.590.6956.1741.5922.16
Hex504D21043B45382a16
Octal120115410473105705226
Binary101000010011011000010100111011100010111100010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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