#50502D

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

Shades of Camouflage #50502D

Tints of Camouflage #50502D

Color information

#50502D (or 0x50502D) is unknown color: approx Camouflage. HEX triplet: 50, 50 and 2D. RGB value is (80,80,45). Sum of RGB (Red+Green+Blue) = 80+80+45=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50502D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50502D is #AFAFD2. Grayscale: #4C4C4C. Windows color (decimal): -11513811 or 2969680. OLE color: 2969680.

HSL color Cylindrical-coordinate representation of color #50502D: hue angle of 60º 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 #50502D is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB808045-
CMYK000.440.69
HSL60º28%24.51%-
HSV(B)60º43.75%31.37%-
XYZ6.657.633.61-
YUV76.01110.5130.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=39.02%
G=39.02%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808045000.440.69602824.51
Hex50502D002C453c1c19
Octal120120550054105743431
Binary101000010100001011010010110010001011111001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50502D; }

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

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

<style>
 a { background-color: #50502D; }

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

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

<style>
 span { border-color: #50502D; }

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

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