#504C2C

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

Shades of Camouflage #504C2C

Tints of Camouflage #504C2C

Color information

#504C2C (or 0x504C2C) is unknown color: approx Camouflage. HEX triplet: 50, 4C and 2C. RGB value is (80,76,44). Sum of RGB (Red+Green+Blue) = 80+76+44=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #504C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C2C is #AFB3D3. Grayscale: #494949. Windows color (decimal): -11514836 or 2903120. OLE color: 2903120.

HSL color Cylindrical-coordinate representation of color #504C2C: hue angle of 53.33º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #504C2C is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB807644-
CMYK00.050.450.69
HSL53.33º29.03%24.31%-
HSV(B)53.33º45%31.37%-
XYZ6.357.063.41-
YUV73.55111.33132.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40%
GREEN value IS 76 (30.08% from 255) = 38%
BLUE value IS 44 (17.58% from 255) = 22%
R=40%
G=38%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80764400.050.450.6953.3329.0324.31
Hex504C2C052D45351d18
Octal120114540555105653530
Binary10100001001100101100010110110110001011101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,76,44); }

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

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

 a { background-color: rgb(80,76,44); }

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

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

 span { border-color: rgb(80,76,44); }

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