#50503C

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

Shades of Camouflage #50503C

Tints of Camouflage #50503C

Color information

#50503C (or 0x50503C) is unknown color: approx Camouflage. HEX triplet: 50, 50 and 3C. RGB value is (80,80,60). Sum of RGB (Red+Green+Blue) = 80+80+60=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50503C is #AFAFC3. Grayscale: #4D4D4D. Windows color (decimal): -11513796 or 3952720. OLE color: 3952720.

HSL color Cylindrical-coordinate representation of color #50503C: hue angle of 60º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50503C is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB808060-
CMYK000.250.69
HSL60º14.29%27.45%-
HSV(B)60º25%31.37%-
XYZ6.997.775.41-
YUV77.72118129.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 60 (23.83% from 255) = 27.27%
R=36.36%
G=36.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808060000.250.696014.2927.45
Hex50503C0019453ce1b
Octal120120740031105741633
Binary1010000101000011110000110011000101111100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50503C; }

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

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

<style>
 a { background-color: #50503C; }

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

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

<style>
 span { border-color: #50503C; }

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

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