#50503A

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

Shades of Camouflage #50503A

Tints of Camouflage #50503A

Color information

#50503A (or 0x50503A) is unknown color: approx Camouflage. HEX triplet: 50, 50 and 3A. RGB value is (80,80,58). Sum of RGB (Red+Green+Blue) = 80+80+58=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50503A is #AFAFC5. Grayscale: #4D4D4D. Windows color (decimal): -11513798 or 3821648. OLE color: 3821648.

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

Color convert

RGB808058-
CMYK000.280.69
HSL60º15.94%27.06%-
HSV(B)60º27.5%31.37%-
XYZ6.947.755.13-
YUV77.49117129.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 58 (23.05% from 255) = 26.61%
R=36.70%
G=36.70%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808058000.280.696015.9427.06
Hex50503A001C453c101b
Octal120120720034105742033
Binary10100001010000111010001110010001011111001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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