#504D24

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

Shades of Camouflage #504D24

Tints of Camouflage #504D24

Color information

#504D24 (or 0x504D24) is unknown color: approx Camouflage. HEX triplet: 50, 4D and 24. RGB value is (80,77,36). Sum of RGB (Red+Green+Blue) = 80+77+36=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #504D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D24 is #AFB2DB. Grayscale: #494949. Windows color (decimal): -11514588 or 2379088. OLE color: 2379088.

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

Color convert

RGB807736-
CMYK00.040.550.69
HSL55.91º37.93%22.75%-
HSV(B)55.91º55%31.37%-
XYZ6.287.142.72-
YUV73.22106.99132.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 77 (30.47% from 255) = 39.90%
BLUE value IS 36 (14.45% from 255) = 18.65%
R=41.45%
G=39.90%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80773600.040.550.6955.9137.9322.75
Hex504D24043745382617
Octal120115440467105704627
Binary101000010011011001000100110111100010111100010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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