#504D36

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

Shades of Camouflage #504D36

Tints of Camouflage #504D36

Color information

#504D36 (or 0x504D36) is unknown color: approx Camouflage. HEX triplet: 50, 4D and 36. RGB value is (80,77,54). Sum of RGB (Red+Green+Blue) = 80+77+54=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 80 - color contains mainly: red. Hex color #504D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D36 is #AFB2C9. Grayscale: #4B4B4B. Windows color (decimal): -11514570 or 3558736. OLE color: 3558736.

HSL color Cylindrical-coordinate representation of color #504D36: hue angle of 53.08º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #504D36 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB807754-
CMYK00.040.330.69
HSL53.08º19.4%26.27%-
HSV(B)53.08º32.5%31.37%-
XYZ6.637.284.55-
YUV75.28115.99131.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 77 (30.47% from 255) = 36.49%
BLUE value IS 54 (21.48% from 255) = 25.59%
R=37.91%
G=36.49%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80775400.040.330.6953.0819.426.27
Hex504D3604214535131a
Octal120115660441105652332
Binary10100001001101110110010010000110001011101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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