#504C2D

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

Shades of Camouflage #504C2D

Tints of Camouflage #504C2D

Color information

#504C2D (or 0x504C2D) is unknown color: approx Camouflage. HEX triplet: 50, 4C and 2D. RGB value is (80,76,45). Sum of RGB (Red+Green+Blue) = 80+76+45=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 80 - color contains mainly: red. Hex color #504C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C2D is #AFB3D2. Grayscale: #494949. Windows color (decimal): -11514835 or 2968656. OLE color: 2968656.

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

Color convert

RGB807645-
CMYK00.050.440.69
HSL53.14º28%24.51%-
HSV(B)53.14º43.75%31.37%-
XYZ6.377.063.51-
YUV73.66111.83132.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 76 (30.08% from 255) = 37.81%
BLUE value IS 45 (17.97% from 255) = 22.39%
R=39.80%
G=37.81%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80764500.050.440.6953.142824.51
Hex504C2D052C45351c19
Octal120114550554105653431
Binary10100001001100101101010110110010001011101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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