#504D33

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

Shades of Camouflage #504D33

Tints of Camouflage #504D33

Color information

#504D33 (or 0x504D33) is unknown color: approx Camouflage. HEX triplet: 50, 4D and 33. RGB value is (80,77,51). Sum of RGB (Red+Green+Blue) = 80+77+51=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 80 - color contains mainly: red. Hex color #504D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D33 is #AFB2CC. Grayscale: #4B4B4B. Windows color (decimal): -11514573 or 3362128. OLE color: 3362128.

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

Color convert

RGB807751-
CMYK00.040.360.69
HSL53.79º22.14%25.69%-
HSV(B)53.79º36.25%31.37%-
XYZ6.567.254.19-
YUV74.93114.49131.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 77 (30.47% from 255) = 37.02%
BLUE value IS 51 (20.31% from 255) = 24.52%
R=38.46%
G=37.02%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80775100.040.360.6953.7922.1425.69
Hex504D3304244536161a
Octal120115630444105662632
Binary10100001001101110011010010010010001011101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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